Skip to content

Commit d9adc6e

Browse files
Added for Brainrot
1 parent 52e039a commit d9adc6e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
A Language Made using Rust. <br>
55
Made by Pranav Verma.
66

7-
Uses the Extension `.td` and `.br`.
7+
Uses the Extension `.td` and `.br`. <br>
8+
Please Check the [Wiki](https://github.com/PranavVerma-droid/Tidal/wiki) for more Information.
89

910
## Download
1011
The Latest Compiled Build Can Be Found in the [Releases](https://github.com/PranavVerma-droid/Blue-Lagoon/releases) (For Windows and Linux)
@@ -22,7 +23,11 @@ The Sample Code Along with the Basic Syntax Can be Found in the [Code](code) Dir
2223
```cargo build --release``` <br>
2324

2425
### Run
25-
```./td <FILENAME.bl> -v```
26+
```./td <FILENAME.td> -v```
27+
28+
OR
29+
30+
```./td <FILENAME.br> -v```
2631

2732

2833

code/BrainRot/brainrot-2.br

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
bussin(rizzler i = 0; i < 10; i = i + 1;){
2+
skibidi(i) no cap
3+
}

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ fn preprocess_brain_rot(input: &str) -> String {
7474
("no cap", ";"),
7575
("skibidi", "print"),
7676
("fanum tax", "type"),
77+
("bussin", "for"),
7778
("sussy", "/*"),
7879
("baka", "*/"),
7980
].iter().cloned().collect();

0 commit comments

Comments
 (0)