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 f97c8450d9 Continue work on storage tags. WIP on compile plugins. 6 years ago
..
CharReader.java - 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
CharStream.java - Added visitors for generic parameter bounds 6 years ago
CompiledDFA.java - Added (key, value) iterator for associative arrays 6 years ago
CountingCharReader.java - CodePosition now stores source file references rather than source file names, allowing easier matching - Starting work on error recording and display - Fixed compilation of modules with dependencies - Added a couple improvements to code typing for matching brackets - Fixed java source compilation of abstract classes and methods 6 years ago
DFA.java Initial commit. 6 years ago
LLParserTokenStream.java WIP on storage tags and improved error handling 6 years ago
NFA.java Initial commit. 6 years ago
ParseException.java WIP on storage tags and improved error handling 6 years ago
ReaderCharReader.java - 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
StringCharReader.java - 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
Token.java - Removed whitespace handling from the bare parser - Tokens no longer store whitespace 6 years ago
TokenFactory.java - Removed whitespace handling from the bare parser - Tokens no longer store whitespace 6 years ago
TokenParser.java WIP on storage tags and improved error handling 6 years ago
TokenStream.java WIP on storage tags and improved error handling 6 years ago
TokenType.java - Added more operators 6 years ago
WhitespaceFilteringParser.java WIP on storage tags and improved error handling 6 years ago
ZSToken.java - Fixed various bugs in the source editor - Added ability to remove a selected block of text 6 years ago
ZSTokenFactory.java Committing WIP on the IDE 6 years ago
ZSTokenParser.java WIP on storage tags and improved error handling 6 years ago
ZSTokenType.java Continue work on storage tags. WIP on compile plugins. 6 years ago