Changes
- Added List Comparison (
>, <, =, etc.) - Added List Operations (Concatenation and Multiplication)
- Added Negative Indexing for Strings and Lists
- Added
ioLibrary - Added
memLibrary (For Advanced Memory Management)\ - Added
eval()inbuilt function. - Added BuiltIn Docs Function (Using
td docsin the CLI)
Fixes
- Fixed External Library Import Scoping. (42046e6)
Instructions to Run:
- For Linux:
- Download the
tidal-linux.zipFile and thesamples.zipFile. - Extract Both of Them.
- For Verbose Mode:
./td <FILENAME>.td -v - For Normal Mode:
./td <FILENAME>.td
- Download the
- For Windows:
- Download the
tidal-windows.zipBinary and thesample.zipFile. - Extract Both of Them.
- For Verbose Mode:
td.exe <FILENAME>.td -v - For Normal Mode:
td.exe <FILENAME>.td
- Download the
- For macOS:
- Download the
tidal-macos-x86.zipORtidal-macos-arm.zipBinary and thesample.zipFile. - Extract Both of Them.
- For Verbose Mode:
td <FILENAME>.td -v - For Normal Mode:
td <FILENAME>.td
- Download the
There is a .br file in the samples archive aswell, check Brain Rot Mode.
Release Notes
Full Changelog: 1.11...1.12