Skip to content

Commit

Permalink
Added for Brainrot
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavVerma-droid committed Oct 5, 2024
1 parent 52e039a commit d9adc6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
A Language Made using Rust. <br>
Made by Pranav Verma.

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

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

### Run
```./td <FILENAME.bl> -v```
```./td <FILENAME.td> -v```

OR

```./td <FILENAME.br> -v```



3 changes: 3 additions & 0 deletions code/BrainRot/brainrot-2.br
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bussin(rizzler i = 0; i < 10; i = i + 1;){
skibidi(i) no cap
}
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ fn preprocess_brain_rot(input: &str) -> String {
("no cap", ";"),
("skibidi", "print"),
("fanum tax", "type"),
("bussin", "for"),
("sussy", "/*"),
("baka", "*/"),
].iter().cloned().collect();
Expand Down

0 comments on commit d9adc6e

Please sign in to comment.