Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Compiles now | Andreas Stöckel | |
2015-01-22 | Rethought task of the Project class: Only keeps track of the included ↵ | Andreas Stöckel | |
documents -- does not have references to typesystems, domains etc. (this allows instances of these classes to be freed as soon as no document refers to them). Project should be a parent of Document. Project should resolve documents as composita (this allows to have between-document references). | |||
2015-01-19 | XML-Parsing for Typesystem structs works so far | Andreas Stöckel | |
2015-01-18 | Fixed bugs in definition of Project, added reference to Project to ParserContext | Andreas Stöckel | |
2015-01-18 | Added Project class which represents the absolute top-level node containing ↵ | Andreas Stöckel | |
multiple documents and all loaded domains and typesystems. |