summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved Tokenizer to core/parser/utils and adapted nameAndreas Stöckel
2015-02-14Redefined public interface of ParserStateStackAndreas Stöckel
2015-02-14Implemented callback functions in ParserStateHandlerAndreas Stöckel
2015-02-14Splitted 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-14Removed GenericParser. All needed functionality will be present in the Stack ↵Andreas Stöckel
class.
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Added testcase for Osdmx ParserAndreas Stöckel
2015-02-14Moved textHandlers to whitespace handlersAndreas Stöckel
2015-02-14Renamed ParserStateStack to ParserStackAndreas Stöckel
2015-02-14Moved code for the "Handler" class to own unitAndreas Stöckel
2015-02-14Header for Callbacks that can be directed from a ParserHandler to the parser ↵Andreas Stöckel
in order to control the parsing process
2015-02-14Introduced "GenericParser" class for common code shared between parsersAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the ↵Andreas Stöckel
"WhitespaceMode" enum
2015-02-14Disabled cssAndreas Stöckel
2015-02-14Moved 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-10Skeleton for GenericParser classAndreas Stöckel
2015-02-10Renamed some files and changed folder structureAndreas Stöckel
2015-02-10Implemented namespace handlingAndreas Stöckel
2015-02-10Updated gedit syntax highlighting for osdl, added test document for testing ↵Andreas Stöckel
that syntax highlighter
2015-02-10Fully implemented and tested begin/end handlingAndreas Stöckel
2015-02-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-09Implemented correct handling of fields in PlainFormatStreamReader and added ↵Andreas Stöckel
a lot of unit tests.
2015-02-09Allowing tokens to be passed to logger functionsAndreas Stöckel
2015-02-09Added fetch and fetchPeek functions for reading the current character ↵Andreas Stöckel
without advancing any cursor
2015-02-08Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-08first 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-08added getFieldDescriptor method.Benjamin Paassen
2015-02-08Added newlineAndreas Stöckel
2015-02-08Added support for parsing commandsAndreas Stöckel
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas Stöckel
2015-02-08Added "expect" function to CharReaderAndreas Stöckel
2015-02-08Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-08added check for name attribute in Descriptor.Benjamin Paassen
2015-02-08set the return type of getFieldDescriptorIndex to ssize_t.Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-08added some commentsAndreas Stöckel
2015-02-08Ported PlainFormatStreamReader to DynamicTokenizerAndreas Stöckel
2015-02-08Added isIdentifierStart functionAndreas Stöckel
2015-02-08DynamicTokenizer 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-08Implemented DynamicTokenizer and unit testsAndreas Stöckel
2015-02-08Deleted DynamicTokenTree class, replaced by TokenTrieAndreas Stöckel
2015-02-08Added seekPeekCursor function to CharReader, improved how seeking is handled ↵Andreas Stöckel
by adding seekCursor method to Buffer
2015-02-07Fixed unregisterNode functionAndreas Stöckel
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-07Added code for printing info about hidden Rooted elementsAndreas Stöckel
2015-02-07Removed double-removal of object from the "marked" listAndreas Stöckel