Age | Commit message (Collapse) | Author |
|
temporarily remove pushTokens and popTokens calls from DocumentChildHandler
|
|
|
|
|
|
not compile right now)
|
|
|
|
|
|
|
|
resetting offsets correctly when the new length is zero
|
|
|
|
|
|
|
|
|
|
|
|
can be dynamically enabled and the whitespace mode specified at the moment the tokens are read
|
|
each character in a sequence in an fairly efficient manner
|
|
|
|
|
|
command. Adapted StackTest to the new behaviour and added new unit test. Fixed bug #76
|
|
|
|
non-const references to data and start, using "parseGenericString" in DocumentHandler for resolving non-string values, added unit test for testing whether "end()" is not called if "start()" fails.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ParserState given the Type signature extracted from a ParserScope.
|
|
|
|
ParserScope in order to store data that should be available between parser instances, but cannot be stored in the object graph.
|
|
|
|
|
|
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled
|
|
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
|
|
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
|
|
|
|
(to prevent Manager empty assertion to fail)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which can be used for all Ousia format parsers
|