Age | Commit message (Expand) | Author |
2016-04-25 | Allow non-Greedy short form to eat normal commands. | Andreas Stöckel |
2016-04-25 | If in the implicit default field of a non-greedy short form, only read data u... | Andreas Stöckel |
2016-04-25 | Implement non-greedy behaviour for short tokens | Andreas Stöckel |
2016-04-25 | Introduce HandlerInfo::hadData flag | Andreas Stöckel |
2016-04-25 | Pass "greedy" flag to Handler::startToken | Andreas Stöckel |
2016-04-25 | Pass "isImplicit" flag to Handler::fieldStart | Andreas Stöckel |
2016-04-25 | Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly.... | Andreas Stöckel |
2016-04-25 | Issue an error messages if tokens are ambiguous | Andreas Stöckel |
2016-04-25 | Reimplement closeToken handling | Andreas Stöckel |
2016-04-25 | Improve error message | Andreas Stöckel |
2016-04-25 | Fix crash bug when unrolling in the token handler empties the parser stack | Andreas Stöckel |
2016-04-25 | fixed a bug in the DocumentHandler which lead to problems in case of empty ex... | Benjamin Paassen |
2016-04-25 | Remove unneeded variable | Andreas Stöckel |
2016-04-25 | Do not treat commands with user defined open/close syntax as range command, i... | Andreas Stöckel |
2016-04-25 | First implementation of user defined syntax, many features still missing and ... | Andreas Stöckel |
2016-04-25 | Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo... | Andreas Stöckel |
2016-04-25 | Add not yet implemented "inherit" flag to the Stack class | Andreas Stöckel |
2016-04-25 | Fix crash when an undefined annotation is met in the input | Andreas Stöckel |
2015-03-04 | Prepared implementation of user defined tokens | Andreas Stöckel |
2015-03-04 | fixed a bug in Stack.cpp which lead to wrong annotation handling if the annot... | Benjamin Paassen |
2015-03-03 | Implemented annotation handling | Andreas Stöckel |
2015-03-03 | Finished stack and adapted all unit tests | Andreas Stöckel |
2015-03-03 | Started restructuring and adapting Stack class, reenabled unit tests (does no... | Andreas Stöckel |
2015-03-02 | Added range flag to HandlerInfo | Andreas Stöckel |
2015-03-02 | Storing type and name in the HandlerData once again, using a Token | Andreas Stöckel |
2015-03-02 | Implemented new "start" methods in the Handler instances | Andreas Stöckel |
2015-03-02 | Got Stack compiling again | Andreas Stöckel |
2015-03-02 | Got all handlers compling again | Andreas Stöckel |
2015-03-02 | Adapted Stack interface (Stack.cpp is a mess right now and does not compile) | Andreas Stöckel |
2015-02-25 | start of branch, commit log will be rewritten | Andreas Stöckel |
2015-02-18 | fixed a bug with empty fields. | Benjamin Paassen |
2015-02-17 | Fix for issue #79 -- do not create implicit default fields for invalid commands | Andreas Stöckel |
2015-02-17 | Improved handling of and error messages in tha case of too many fields for a ... | Andreas Stöckel |
2015-02-16 | Allowing numeric argument keys for static handlers | Andreas Stöckel |
2015-02-16 | Fixed problem with fieldEnd closing implicit fields and added unit test | Andreas Stöckel |
2015-02-15 | Slightly adapted Handler instances to new Handler, once again passing non-con... | Andreas Stöckel |
2015-02-15 | Implemented most of the desired behaviour of the Stack class, added unit tests | Andreas Stöckel |
2015-02-15 | Renamed StateStack to Stack | Andreas Stöckel |
2015-02-15 | Renamed parser/generic to parser/stack and made filenames much shorter | Andreas Stöckel |