Tidal V1.7
Changes
- Added Modulus / Remainder (
%
) Operator - Added Power (
**
) Operator - Added Floor Division (
//
) Operator - Added Official Logo for Tidal.
- Added Comparison
and - &&
andor - ||
operators. - Added Unary
not - !
operator
Fixes
- Fixed
parse_var_decl
Function to Stop Redefining.
Instructions to Run:
- For Linux:
- Download the
td
Binary and thesample.td
File. - For Verbose Mode:
./td sample.td -v
- For Normal Mode:
./td sample.td
- Download the
- For Windows:
- Download the
td.exe
Binary and thesample.td
File. - For Verbose Mode:
td.exe sample.td -v
- For Normal Mode:
td.exe sample.td
- Download the
There is a .br
file attached aswell, check Brain Rot Mode.
Release Notes
Full Changelog: 1.6...1.7