File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44A Language Made using Rust. <br >
55Made 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
1011The 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
Original file line number Diff line number Diff line change 1+ bussin(rizzler i = 0; i < 10; i = i + 1;){
2+ skibidi(i) no cap
3+ }
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments