index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
/
generic
Age
Commit message (
Collapse
)
Author
2015-02-15
Renamed parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel
2015-02-14
Redefined public interface of ParserStateStack
Andreas Stöckel
2015-02-14
Implemented callback functions in ParserStateHandler
Andreas Stöckel
2015-02-14
Splitted ParserStateCallbacks into two classes, one for communication ↵
Andreas Stöckel
between the Handler and the Stack and one for communication between the Stack and the Parser
2015-02-14
Removed GenericParser. All needed functionality will be present in the Stack ↵
Andreas Stöckel
class.
2015-02-14
Renamed ParserStateStack to ParserStack
Andreas Stöckel
2015-02-14
Moved code for the "Handler" class to own unit
Andreas Stöckel
2015-02-14
Header for Callbacks that can be directed from a ParserHandler to the parser ↵
Andreas Stöckel
in order to control the parsing process
2015-02-14
Introduced "GenericParser" class for common code shared between parsers
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer ↵
Andreas Stöckel
to css code (this is the only place where it is actually used)
2015-02-10
Skeleton for GenericParser class
Andreas Stöckel