summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/Stack.cpp
AgeCommit message (Expand)Author
2016-04-25First implementation of user defined syntax, many features still missing and ...Andreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2016-04-25Add not yet implemented "inherit" flag to the Stack classAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-04fixed a bug in Stack.cpp which lead to wrong annotation handling if the annot...Benjamin Paassen
2015-03-03Implemented annotation handlingAndreas Stöckel
2015-03-03Finished stack and adapted all unit testsAndreas Stöckel
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does no...Andreas Stöckel
2015-03-02Added range flag to HandlerInfoAndreas Stöckel
2015-03-02Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02Implemented new "start" methods in the Handler instancesAndreas Stöckel
2015-03-02Got Stack compiling againAndreas Stöckel
2015-03-02Got all handlers compling againAndreas Stöckel
2015-03-02Adapted Stack interface (Stack.cpp is a mess right now and does not compile)Andreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-17Fix for issue #79 -- do not create implicit default fields for invalid commandsAndreas Stöckel
2015-02-17Improved handling of and error messages in tha case of too many fields for a ...Andreas Stöckel
2015-02-16Allowing numeric argument keys for static handlersAndreas Stöckel
2015-02-16Fixed problem with fieldEnd closing implicit fields and added unit testAndreas Stöckel
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Renamed StateStack to StackAndreas Stöckel
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel