Skip to content

Tidal V1.12

Latest

Choose a tag to compare

@PranavVerma-droid PranavVerma-droid released this 04 Dec 13:59
· 17 commits to master since this release

Changes

  • Added List Comparison (>, <, =, etc.)
  • Added List Operations (Concatenation and Multiplication)
  • Added Negative Indexing for Strings and Lists
  • Added io Library
  • Added mem Library (For Advanced Memory Management)\
  • Added eval() inbuilt function.
  • Added BuiltIn Docs Function (Using td docs in the CLI)

Fixes

  • Fixed External Library Import Scoping. (42046e6)

Instructions to Run:

  • For Linux:
    • Download the tidal-linux.zip File and the samples.zip File.
    • Extract Both of Them.
    • For Verbose Mode: ./td <FILENAME>.td -v
    • For Normal Mode: ./td <FILENAME>.td
  • For Windows:
    • Download the tidal-windows.zip Binary and the sample.zip File.
    • Extract Both of Them.
    • For Verbose Mode: td.exe <FILENAME>.td -v
    • For Normal Mode: td.exe <FILENAME>.td
  • For macOS:
    • Download the tidal-macos-x86.zip OR tidal-macos-arm.zip Binary and the sample.zip File.
    • Extract Both of Them.
    • For Verbose Mode: td <FILENAME>.td -v
    • For Normal Mode: td <FILENAME>.td

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

Release Notes

Full Changelog: 1.11...1.12