Skip to content

Releases: Tidal-Lang/Tidal

Blue Lagoon V1.2

03 Oct 12:11
Compare
Choose a tag to compare

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 the sample.bl File.
    • For Verbose Mode: ./bl sample.bl -v
    • For Normal Mode: ./bl sample.bl
  • For Windows:
    • Download the blue_lagoon.exe Binary and the sample.bl File.
    • For Verbose Mode: bl.exe sample.bl -v
    • For Normal Mode: bl.exe sample.bl

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

03 Oct 09:28
Compare
Choose a tag to compare

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 with null Variables
  • Fixed Syntax to work with null
  • Added Mutable and Immutable Variables
    • Define Mutable Variables with var
    • Define Immutable Variables with novar

Instructions to Run:

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

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

03 Oct 04:19
Compare
Choose a tag to compare

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 the print.bl File.
    • For Verbose Mode: ./blue_lagoon print.bl -v
    • For Normal Mode: ./blue_lagoon print.bl
  • For Windows:
    • Download the blue_lagoon.exe Binary and the print.bl File.
    • For Verbose Mode: blue_lagoon.exe print.bl -v
    • For Normal Mode: blue_lagoon.exe print.bl

You can Modify the print.bl file to your liking, but as of this release, only basic functions have been implemented.