ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Stan Hebben 736d9f2f8c - Simplified parser classes, removed unnecessary classes, improved code quality 6年前
CodeFormatter - Fixed validator acting up on type argument validation 7年前
CodeModel Finished LambdaClosure class 7年前
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 - 7年前
Linker Fix calling of functions with generic parameters 7年前
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 - 7年前
Shared - Added try! and try? operators - WIP on exception handling 7年前
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 - 7年前
.gitignore Removed scripts.class and updated gitignore 7年前
README.md Test for SSH commits 7年前
build.gradle Initial commit. 7年前
common.gradle Initial commit. 7年前
settings.gradle Initial commit. 7年前

README.md

ZenScript

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

TODO readme.