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 hace 6 años
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 - hace 6 años
CodeModel Finished LambdaClosure class hace 6 años
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) hace 6 años
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 - hace 6 años
Linker Fix calling of functions with generic parameters hace 6 años
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 hace 6 años
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 - hace 6 años
Shared - Added try! and try? operators - WIP on exception handling hace 6 años
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 - hace 6 años
.gitignore Removed scripts.class and updated gitignore hace 6 años
README.md Test for SSH commits hace 6 años
build.gradle Initial commit. hace 6 años
common.gradle Initial commit. hace 6 años
settings.gradle Initial commit. hace 6 años

README.md

ZenScript

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

TODO readme.