Skip to content

Lazurite 2.7.4

Compare
Choose a tag to compare
@ArtyomKingmang ArtyomKingmang released this 25 Jun 09:58
· 272 commits to main since this release

Lazurite 2.7.4

Added:

  • exception handling (try/catch),
  • throwing exceptions (throw),
  • macro functions (macro)
  • conversion to CHAR type (char())
  • new system for setting up a project using toml.
  • the ability to specify types for variable numbers.
  • Standard library updated

Libraries:

Added:

  • lgl - huge graphics library
  • io - library for working with input/output streams
  • The arrays and async libraries have been rewritten from java to kotlin