index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
Age
Commit message (
Expand
)
Author
2015-01-25
Added forward declaration
Andreas Stöckel
2015-01-25
Restructures parser classes a little, removed Registry from ParserContext, ga...
Andreas Stöckel
2015-01-23
Ability to add user data to ParserStack (this is just a hack, there should be...
Andreas Stöckel
2015-01-22
Backup
Andreas Stöckel
2015-01-21
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel
2015-01-19
XML-Parsing for Typesystem structs works so far
Andreas Stöckel
2015-01-18
Fixed bugs in definition of Project, added reference to Project to ParserContext
Andreas Stöckel
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Parsing struct attributes, added ability to reference other typesystems from ...
Andreas Stöckel
2015-01-18
Implemented storing locations in the ParserStack, improved parsing typesystems
Andreas Stöckel
2015-01-16
Allowing deferred resolution of Nodes
Andreas Stöckel
2015-01-16
Working on XMLParser (still lot work in progress)
Andreas Stöckel
2015-01-15
allow to retrieve writeable refrence to ParserContext
Andreas Stöckel
2015-01-15
Using Arguments class in ParserStack for validation
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-09
Implemented resolve function in Scope class
Andreas Stöckel
2015-01-02
Moved Node class to model folder
Andreas Stöckel
2015-01-02
Added argument validation to parser stack
Andreas Stöckel
2015-01-02
Moved StandaloneParserContext to test folder
Andreas Stöckel
2015-01-01
Using CharReader instead of inputstream in Parser function
Andreas Stöckel
2015-01-01
Replaced ParserException with more generic LoggerException
Andreas Stöckel
2014-12-11
moved to CharReader everywhere
Andreas Stöckel
2014-12-05
Made the CSSParser a valid subclass of Parser.
Benjamin Paassen
2014-12-03
continued work on XML parser and underlying ParserStack class
Andreas Stöckel
2014-12-02
continued working on the xml parser class
Andreas Stöckel
2014-12-01
working version of the ParserStack class plus unit tests
Andreas Stöckel
2014-12-01
first version of the ParserStack class
Andreas Stöckel
2014-11-30
backup
Andreas Stöckel
2014-11-28
moved some files
Andreas Stöckel
2014-11-27
started to implement xml parser as part of a very generic parser framework wh...
Andreas Stöckel