Skip to content

Blue Lagoon V1.3

Compare
Choose a tag to compare
@PranavVerma-droid PranavVerma-droid released this 03 Oct 16:27
· 78 commits to master since this release

Download the Binary and Sample File from Below.

Changes

  • Removed compiler.rs, Moved to main.rs
  • Removed Dependencies for compiler.rs
  • Defined Syntax for Comments
  • Added Characters Required for Comments to lexer.rs
  • Added Comments to Blue Lagoon.

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

Release Notes

Full Changelog: 1.2...1.3