Releases: Tidal-Lang/Tidal
Blue Lagoon V1.2
Download the Binary and Sample File from Below.
Changes
- Added Strings to a Variable
- Changed Compiled Binary Name to
bl
- Added String Concatenation
- Added String Duplication
- Added Index in string using
[
and]
characters
Instructions to Run:
- For Linux:
- Download the
bl
Binary and thesample.bl
File. - For Verbose Mode:
./bl sample.bl -v
- For Normal Mode:
./bl sample.bl
- Download the
- For Windows:
- Download the
blue_lagoon.exe
Binary and thesample.bl
File. - For Verbose Mode:
bl.exe sample.bl -v
- For Normal Mode:
bl.exe sample.bl
- Download the
You can Modify the sample.bl
file to your liking, but as of this release, only basic functions have been implemented.
Release Notes
Full Changelog: 1.1...1.2
Blue Lagoon V1.1
Download the Binary and Sample File from Below.
Changes
- Added a
null
Variable - Fixed Mathematical Operators
- Added a More Flexible Syntax
null
Return when Operating withnull
Variables- Fixed Syntax to work with
null
- Added Mutable and Immutable Variables
- Define Mutable Variables with
var
- Define Immutable Variables with
novar
- Define Mutable Variables with
Instructions to Run:
- For Linux:
- Download the
blue_lagoon
Binary and thesample.bl
File. - For Verbose Mode:
./blue_lagoon sample.bl -v
- For Normal Mode:
./blue_lagoon sample.bl
- Download the
- For Windows:
- Download the
blue_lagoon.exe
Binary and thesample.bl
File. - For Verbose Mode:
blue_lagoon.exe sample.bl -v
- For Normal Mode:
blue_lagoon.exe sample.bl
- Download the
You can Modify the sample.bl
file to your liking, but as of this release, only basic functions have been implemented.
Release Notes
Full Changelog: 1.0...1.1
Blue Lagoon V1.0
Compiled Binary is Attached Below.
A Sample Blue Lagoon File is Also Attached Below.
This Version is just the Base of the Programming Language. This Includes Defining Variables (Integer Only), A Print Function, and also Basic Mathematical Operations (+, -, *, /)
Also, a Support for a Verbose Mode is Added, When Adding the -v
or --verbose
flag, the binary will output mode information.
Instructions to Run:
- For Linux:
- Download the
blue_lagoon
Binary and theprint.bl
File. - For Verbose Mode:
./blue_lagoon print.bl -v
- For Normal Mode:
./blue_lagoon print.bl
- Download the
- For Windows:
- Download the
blue_lagoon.exe
Binary and theprint.bl
File. - For Verbose Mode:
blue_lagoon.exe print.bl -v
- For Normal Mode:
blue_lagoon.exe print.bl
- Download the
You can Modify the print.bl
file to your liking, but as of this release, only basic functions have been implemented.