Skip to content

Commit 52e039a

Browse files
Added Float Data Type, and Added a New BrainRot Mode
1 parent 8ab0b93 commit 52e039a

File tree

17 files changed

+193
-22
lines changed

17 files changed

+193
-22
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "Tidal"
3-
version = "1.4.0"
4-
edition = "2021"
3+
version = "1.5.0"
4+
55

66
[dependencies]
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tidal
22
<i>PS, I have just changed the Name of the Programming Language from `Blue Lagoon` to `Tidal`, so, if you see Blue Lagoon written anywhere, just know, it was the old name of the Language!</i>
33

4-
A Language Made using Rust and LLVM. <br>
4+
A Language Made using Rust. <br>
55
Made by Pranav Verma.
66

7-
Uses the Extension `.td`
7+
Uses the Extension `.td` and `.br`.
88

99
## Download
1010
The Latest Compiled Build Can Be Found in the [Releases](https://github.com/PranavVerma-droid/Blue-Lagoon/releases) (For Windows and Linux)

code/BrainRot/brainrot-1.br

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
rizzler a = 10 no cap
2+
sigma b = 20.4 no cap
3+
4+
skibidi(a) no cap
5+
skibidi(fanum tax(a)) no cap
6+
7+
skibidi("") no cap
8+
9+
skibidi(b) no cap
10+
skibidi(fanum tax(b)) no cap
11+
12+
sussy This should be ignored. baka
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)