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 years ago
..
src/main/java/org/openzen/zenscript - 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 years ago
build.gradle Initial commit. 6 years ago