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. пре 7 година
..
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 пре 8 година
CharStream.java - Added visitors for generic parameter bounds пре 8 година
CompiledDFA.java - Added (key, value) iterator for associative arrays пре 8 година
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 пре 8 година
DFA.java Initial commit. пре 8 година
LLParserTokenStream.java WIP on storage tags and improved error handling пре 7 година
NFA.java Initial commit. пре 8 година
ParseException.java WIP on storage tags and improved error handling пре 7 година
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 пре 8 година
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 пре 8 година
Token.java - Removed whitespace handling from the bare parser - Tokens no longer store whitespace пре 8 година
TokenFactory.java - Removed whitespace handling from the bare parser - Tokens no longer store whitespace пре 8 година
TokenParser.java WIP on storage tags and improved error handling пре 7 година
TokenStream.java WIP on storage tags and improved error handling пре 7 година
TokenType.java - Added more operators пре 8 година
WhitespaceFilteringParser.java WIP on storage tags and improved error handling пре 7 година
ZSToken.java - Fixed various bugs in the source editor - Added ability to remove a selected block of text пре 8 година
ZSTokenFactory.java Committing WIP on the IDE пре 8 година
ZSTokenParser.java WIP on storage tags and improved error handling пре 7 година
ZSTokenType.java Continue work on storage tags. WIP on compile plugins. пре 7 година