Skip to content

Tidal V1.11

Compare
Choose a tag to compare
@PranavVerma-droid PranavVerma-droid released this 03 Dec 05:13
· 10 commits to master since this release

Changes

  • Added Link Time Optimization (LTO) - @zamazan4ik (#1)
  • Added More Brainrot Keywords
  • Made Verbose Mode Better.
  • Fixed Ext Library Standard.

Fixes

  • Fixed std library: Moved to Not Importable.
  • Fixed Function and Loop Library Scopes. (#4)
  • Fixed Duplicate Importing.
  • Fixed Arrays and Strings Inbuilt Functions. (#5)

Github

  • Added Issue Templates.

Instructions to Run:

  • For Linux:
    • Download the td Binary and the samples.zip File.
    • Extract samples.zip
    • For Verbose Mode: ./td <FILENAME>.td -v
    • For Normal Mode: ./td <FILENAME>.td
  • For Windows:
    • Download the td.exe Binary and the sample.zip File.
    • Extract samples.zip
    • For Verbose Mode: td.exe <FILENAME>.td -v
    • For Normal Mode: td.exe <FILENAME>.td

There is a .br file in the assets aswell, check Brain Rot Mode.

Release Notes

Full Changelog: 1.10...1.11