Lazurite 2.6
·
522 commits
to main
since this release
πΉ Lazurite 2.6πΉ
This update adds:
- Colors module
- System module
- Graph module
- Type conversion out of the box
- Exceptions (throw), as well as keywords from the std module (readln, echo, length, getBytes, sprintf, range, substring, parseInt, parseLong, foreach, filter) have been added to the standard version of the language.
Improved syntax flexibility. Now instead of the operators && (and), || (or), ! (not) you can write: and, or, not.
This update has removed/changed:
- The LGL module has been removed due to problems with the java version. It has now been replaced by the Graph module
- The java module is now called "Reflection"
- Support for the old documentation site is being discontinued. Now the documentation will be located in the official GitHub repository and on the official website