ZenScript main repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stan Hebben 736d9f2f8c - Simplified parser classes, removed unnecessary classes, improved code quality пре 6 година
CodeFormatter - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - пре 6 година
CodeModel Finished LambdaClosure class пре 6 година
Constructor - Split token stream and parser (will be important for the IDE) - Can now parse directly from a token stream (doesn't have to be a file) - Changed the way libraries are stored in projects - Tokens no longer contain their position (will be important for the IDE) пре 6 година
JavaBytecodeCompiler - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - пре 6 година
Linker Fix calling of functions with generic parameters пре 6 година
Parser - Simplified parser classes, removed unnecessary classes, improved code quality - the TokenStream now no longer has any memory at all; its input is a CharStream which has peek() and next() methods, the TokenStream doesn't store a single character, making it stateless - Added flyweight token support, decreasing memory usage пре 6 година
ScriptingExample - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - пре 6 година
Shared - Added try! and try? operators - WIP on exception handling пре 6 година
Validator - Fixed validator acting up on type argument validation - Moved enum constants to enum type, they are no longer type members - Added override modifier - Performed some minor fixes during compilation - Fixed type member registration on optionals - Expanded arrays with functional methods - пре 6 година
.gitignore Removed scripts.class and updated gitignore пре 6 година
README.md Test for SSH commits пре 6 година
build.gradle Initial commit. пре 6 година
common.gradle Initial commit. пре 6 година
settings.gradle Initial commit. пре 6 година

README.md

ZenScript

This is the main ZenScript project, containing various sub-projects.

TODO readme.