Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-09 | Implemented correct handling of fields in PlainFormatStreamReader and added ↵ | Andreas Stöckel | |
a lot of unit tests. | |||
2015-02-09 | Allowing tokens to be passed to logger functions | Andreas Stöckel | |
2015-02-08 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-02-08 | first attempt on incorporating transparency: It does work now, even though ↵ | Benjamin Paassen | |
only if we have a stable "anchor" at the bottom, meaning an explicit structuredclass. We can build the bridge in between. A mechanism to incorporate transparency when only fields are referenced is still missing, though. | |||
2015-02-08 | Added support for parsing commands | Andreas Stöckel | |
2015-02-08 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-02-08 | restructured the FieldDescriptor mechanism. | Benjamin Paassen | |
2015-02-08 | added some comments | Andreas Stöckel | |
2015-02-08 | Ported PlainFormatStreamReader to DynamicTokenizer | Andreas Stöckel | |
2015-02-08 | DynamicTokenizer now gets the reader as a parameter to read and peek -- the ↵ | Andreas Stöckel | |
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 | |||
2015-02-08 | Implemented DynamicTokenizer and unit tests | Andreas Stöckel | |
2015-02-08 | Deleted DynamicTokenTree class, replaced by TokenTrie | Andreas Stöckel | |
2015-02-07 | Fixed unregisterNode function | Andreas Stöckel | |
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel | |
2015-02-06 | enabled xml parser to parse documents (at least in a first version). | Benjamin Paassen | |
2015-02-06 | changed name of text field from content to default. | Benjamin Paassen | |
2015-02-06 | added chapter to DemoHTMLOutput | Benjamin Paassen | |
2015-02-06 | made cardinality to an own class instead of using. | Benjamin Paassen | |
2015-02-06 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
Conflicts: application/src/plugins/xml/XmlParser.cpp | |||
2015-02-06 | started to implement document parsing. | Benjamin Paassen | |
2015-02-06 | Do not capture references | Andreas Stöckel | |
2015-02-06 | Continue writing parser for plain document format | Andreas Stöckel | |
2015-02-05 | Added initial skeleton of the PlainFormatStreamReader class, providing the ↵ | Andreas Stöckel | |
most basic functionality needed to read data from a Ousia plain text file. | |||
2015-02-04 | allowed actual field descriptor references. | Benjamin Paassen | |
2015-02-04 | got annotation parsing to work with the comments domain. detected a bug, ↵ | Benjamin Paassen | |
though (or better said: A conceptual problem) | |||
2015-02-04 | added DEFAULT_FIELD_NAME to XmlParser. | Benjamin Paassen | |
2015-02-04 | set non-empty default field name. | Benjamin Paassen | |
2015-02-04 | added mechanism for parent parsing, which does not fully work as of now. | Benjamin Paassen | |
2015-02-04 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
Conflicts: application/src/plugins/xml/XmlParser.cpp | |||
2015-02-04 | Implemented parsing of enum types | Andreas Stöckel | |
2015-02-04 | further work on domain parsing. This is not a working state yet. | Benjamin Paassen | |
2015-02-03 | Fixed XML-Importer failing | Andreas Stöckel | |
2015-02-03 | Implemented small state machine retrieving the byte offsets of each argument ↵ | Andreas Stöckel | |
of the current xml tag | |||
2015-02-03 | Implemented Including files | Andreas Stöckel | |
2015-02-02 | Importing files works now | Andreas Stöckel | |
2015-02-02 | Implemented import handler. | Andreas Stöckel | |
2015-02-01 | Improved ParserStack state description | Andreas Stöckel | |
2015-01-30 | XmlParser for more stuff | Andreas Stöckel | |
2015-01-30 | Finished implementing constant importing | Andreas Stöckel | |
2015-01-30 | stuff | Andreas Stöckel | |
2015-01-29 | Unified signature of resolve functions, passing the "owner" to the callback ↵ | Andreas Stöckel | |
functions in ParserScope::resolve | |||
2015-01-29 | changed precedence in FileLocator. This has to be tested still. | Benjamin Paassen | |
2015-01-29 | further attempts on making the main program work. Had to add a method for ↵ | Benjamin Paassen | |
handling absolute paths in FileLocator for that. | |||
2015-01-29 | ParserScope now stores the nodes for which the resolution was triggered and ↵ | Andreas Stöckel | |
first executes those resolutions that depend on not currently resolving nodes (this behaviour is needed for the resolution of constants). | |||
2015-01-28 | Implemented constants | Andreas Stöckel | |
2015-01-28 | Parsing a bit more stuff | Andreas Stöckel | |
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
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. | |||
2015-01-27 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-27 | Removed dependency between "Project" model class and parser/resources. This ↵ | Andreas Stöckel | |
reduces coupling and was stupid beforehand. | |||
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen | |