Tidal V1.4
Download the Binary and Sample File from Below.
Changes
-
Changed the Official Name of the Programming Language from
Blue Lagoon
toTidal
-
Added Boolean Data Types (
true
andfalse
) -
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
, andelse
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 thesample.td
File. - For Verbose Mode:
./td sample.td -v
- For Normal Mode:
./td sample.td
- Download the
- For Windows:
- Download the
td.exe
Binary and thesample.td
File. - For Verbose Mode:
td.exe sample.td -v
- For Normal Mode:
td.exe sample.td
- Download the
Release Notes
Full Changelog: 1.3...1.4