Skip to content

Tidal V1.5

Compare
Choose a tag to compare
@PranavVerma-droid PranavVerma-droid released this 05 Oct 12:09
· 68 commits to master since this release

Changes

  • Added float data type.
  • Added Brain Rot Mode.
  • Added for Loop, break and continue keywords.

Fixes

  • Fixed Normal Division Not Working - /

Instructions to Run:

  • For Linux:
    • Download the td Binary and the sample.td File.
    • For Verbose Mode: ./td sample.td -v
    • For Normal Mode: ./td sample.td
  • For Windows:
    • Download the td.exe Binary and the sample.td File.
    • For Verbose Mode: td.exe sample.td -v
    • For Normal Mode: td.exe sample.td

Release Notes

Full Changelog: 1.4...1.5