PS, This might be the Final Release of Tidal (For a while at least)! I will definitely continuing Tidal in the Future, with more releases to come.
Changes
- Added List Comparison (
>, <, =, etc.
) - Added List Operations (Concatenation and Multiplication)
- Added Negative Indexing for Strings and Lists
- Added
io
Library - Added
mem
Library (For Advanced Memory Management)\ - Added
eval()
inbuilt function. - Added BuiltIn Docs Function (Using
td docs
in the CLI)
Fixes
- Fixed External Library Import Scoping. (42046e6)
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.11...1.12