Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-15 | Fixed isIdentifier and isNamespacedIdentifier, added and used ↵ | Andreas Stöckel | |
isIdentifierOrEmpty for use in Node | |||
2015-02-14 | Moved some of the whitespace functionality back to Utils | Andreas Stöckel | |
2015-02-14 | Moved code for handling whitespaces to own header, including the ↵ | Andreas Stöckel | |
"WhitespaceMode" enum | |||
2015-02-08 | Changed definition of identifier (do not allow them to start with an underscore) | Andreas Stöckel | |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵ | Andreas Stöckel | |
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils | |||
2015-01-16 | Working on XMLParser (still lot work in progress) | Andreas Stöckel | |
2014-12-12 | fixed bug in Utils::isIdentifier and added regression test | Andreas Stöckel | |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel | |