Age | Commit message (Collapse) | Author |
|
|
|
|
|
beauty of this tokenizer is that it has no internal state depending on the reader, so it doesn't need to hold a reference to it
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
application/src/plugins/xml/XmlParser.cpp
|
|
|
|
|
|
|
|
|
|
|
|
most basic functionality needed to read data from a Ousia plain text file.
|
|
|
|
though (or better said: A conceptual problem)
|
|
|
|
|
|
|
|
|
|
Conflicts:
application/src/plugins/xml/XmlParser.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ParserState given the Type signature extracted from a ParserScope.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions in ParserScope::resolve
|
|
|
|
already explicitly checked for).
|
|
|
|
description to "reference*" to have a consistent nomenclature
|
|
|
|
ParserScope in order to store data that should be available between parser instances, but cannot be stored in the object graph.
|
|
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly.
|
|
|
|
reduces coupling and was stupid beforehand.
|
|
|