summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-02Importing files works nowAndreas Stöckel
2015-02-02Implemented import handler.Andreas Stöckel
2015-02-02Removed "supportedTypes" from ParserState.Andreas Stöckel
2015-02-02Added function giving Handlers access to the ParserContext (for import, include)Andreas Stöckel
2015-02-02Introduced RootNode class from which Document, Domain and Typesystem should d...Andreas Stöckel
2015-02-02Allowing to store SourceLocation from which a Variant was parsed along with t...Andreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-02-01Made Argument and Arguments copyableAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30Beautify error messageAndreas Stöckel
2015-01-30Fixed setIntersection in ResourceRequestAndreas Stöckel
2015-01-30Added Argument::Cardinality named constructor to ArgumentAndreas Stöckel
2015-01-30Fixed conversion to cardinalitiesAndreas Stöckel
2015-01-30Added parsing of cardinalities to parseGenericAndreas Stöckel
2015-01-30Added "Cardinality" type and AnyCardinality constant to RangeSetAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel
2015-01-30cycle detection for imports as well.Benjamin Paassen
2015-01-30some formatting stuff and cycle detection in include as well as repeated impo...Benjamin Paassen
2015-01-30corrected CharReader handling in VariantReader and added a new testcase.Benjamin Paassen
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-29changed precedence in FileLocator. This has to be tested still.Benjamin Paassen
2015-01-29further attempts on making the main program work. Had to add a method for han...Benjamin Paassen
2015-01-29ParserScope now stores the nodes for which the resolution was triggered and f...Andreas Stöckel
2015-01-29Improved error messageAndreas Stöckel
2015-01-29Removed unneeded function stubAndreas Stöckel
2015-01-29Supporting templace version for suppling locations in log exception method an...Andreas Stöckel
2015-01-29Autoformat, small error message changeAndreas Stöckel
2015-01-28Fixed error messages showing the context in which they occuredAndreas Stöckel
2015-01-28fixed commentAndreas Stöckel
2015-01-28first attempt on actually implementing programming logic. This is not finishe...Benjamin Paassen
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Implemented select<T> functionAndreas Stöckel
2015-01-28Printing error messages for deferred resolution at the correct locationAndreas Stöckel
2015-01-28Implemented setters for constantsAndreas Stöckel
2015-01-28Added my Senf to Main.cppAndreas Stöckel
2015-01-28Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-28Returning again a single node as result of the import function (as this is al...Andreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-28Added select method and repair of some Doxygen commentsAndreas Stöckel
2015-01-28Checking parentStructure for being acyclicAndreas Stöckel
2015-01-28Added methods for checking a property for acyclicity (or however this is supp...Andreas Stöckel
2015-01-28Validating nodes after they have been parsedAndreas Stöckel
2015-01-28AutoformatAndreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-27added input as positional argument.Benjamin Paassen
2015-01-27Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-27wrote initialization section for program logic, which is probably not complet...Benjamin Paassen
2015-01-27Renamed "link" to "import"Andreas Stöckel
2015-01-27Fixed context not being shown when an exception was thrown in the parserAndreas Stöckel