index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
parser
/
stack
Age
Commit message (
Expand
)
Author
2016-04-25
Adapt isNamespacededIdentifier to most recent identifier format
Andreas Stöckel
2016-04-25
Autoformat
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
Add additional unit test to TokenStackTest making sure that the returned toke...
Andreas Stöckel
2016-04-25
Reimplement closeToken handling
Andreas Stöckel
2016-04-25
Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...
Andreas Stöckel
2015-03-03
Added unit tests for 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
Unregistering all registered tokens when TokenRegistry is destroyed
Andreas Stöckel
2015-03-01
Implemented TokenRegistry class and corresponding simple test case
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
Improved handling of and error messages in tha case of too many fields for a ...
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 parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel