Skip to content

Tidal V1.10

Compare
Choose a tag to compare
@PranavVerma-droid PranavVerma-droid released this 25 Nov 09:15
· 19 commits to master since this release
Nope, Not V2 Yet πŸ˜…

Changes

  • Added More Keywords to BrainRot Mode.
  • Added input() Function.
  • Added len() and del() 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 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.9...1.10