Skip to content

Tidal V1.4

Compare
Choose a tag to compare
@PranavVerma-droid PranavVerma-droid released this 04 Oct 17:04
· 72 commits to master since this release

Download the Binary and Sample File from Below.

Changes

  • Changed the Official Name of the Programming Language from Blue Lagoon to Tidal

  • Added Boolean Data Types (true and false)

  • Added a new InBuild Function to see the type of a variable defined (type())

  • Made the type() function assignable to a Variable

  • Added Comparison Operators (>, <, ==, and more)

  • Added Control Flow (if, elif, and else statements)

  • Blocks and Syntax Definition for Control Flow and type()

Fixes

  • Fixed a Bug where Index was 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.3...1.4