Tidal V1.10
Nope, Not V2 Yet π
Changes
- Added More Keywords to BrainRot Mode.
- Added
input()
Function. - Added
len()
anddel()
Functions. - Updated Verbose Mode.
- Added Library Implementation
- Added
math
Library. - Added
sys
Library. - Added
os
Library.
Fixes
- Fixed Local Function and Global Variable Scoping.
- Fixed Loops Variable Scoping.
Github
- Added Security File.
Instructions to Run:
- For Linux:
- Download the
td
Binary and thesamples.zip
File. - Extract
samples.zip
- For Verbose Mode:
./td <FILENAME>.td -v
- For Normal Mode:
./td <FILENAME>.td
- Download the
- For Windows:
- Download the
td.exe
Binary and thesample.zip
File. - Extract
samples.zip
- For Verbose Mode:
td.exe <FILENAME>.td -v
- For Normal Mode:
td.exe <FILENAME>.td
- Download the
There is a .br
file in the assets aswell, check Brain Rot Mode.
Release Notes
Full Changelog: 1.9...1.10