summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does ↵Andreas Stöckel
not compile right now)
2015-03-02Added range flag to HandlerInfoAndreas Stöckel
2015-03-02Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02Added additional constructor to TokenAndreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of ssh://somweyr.de/var/local/git/ousia into ↵Andreas Stöckel
astoecke_tokens Conflicts: application/src/core/parser/stack/Handler.hpp
2015-03-02Implemented new "start" methods in the Handler instancesAndreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensBenjamin Paassen
Conflicts: application/src/core/parser/stack/Callbacks.hpp application/src/core/parser/stack/Handler.hpp
2015-03-02added another domain test case for invalid syntax tokens.Benjamin Paassen
2015-03-02integrated syntax tokens in Domain.Benjamin Paassen
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen
2015-03-02Added supportsTokens method to StateBuilderAndreas Stöckel
2015-03-02Got Stack compiling againAndreas Stöckel
2015-03-02Got all handlers compling againAndreas Stöckel
2015-03-02OsxmlEventParser also fills a TokenizedData instance nowAndreas Stöckel
2015-03-02Implemented TokenSyntaxDescriptor structureAndreas Stöckel
2015-03-02Adapted Stack interface (Stack.cpp is a mess right now and does not compile)Andreas Stöckel
2015-03-02Added first (not final) version of the TokenStack class which will be used ↵Andreas Stöckel
internally by the Stack class
2015-03-02Adapted Callbacks interface and HandlersAndreas Stöckel
2015-03-02Unregistering all registered tokens when TokenRegistry is destroyedAndreas Stöckel
2015-03-02Wrote isUserDefinedToken function which checks whether a token is a valid ↵Andreas Stöckel
user defined token and added unit tests
2015-03-02Adapted OsmlParser to new Stack interface, reenabled OsmlParser code in ↵Andreas Stöckel
CMakeLists
2015-03-02Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ↵Andreas Stöckel
again
2015-03-01Implemented TokenRegistry class and corresponding simple test caseAndreas Stöckel
2015-03-01Added user defined tokens testAndreas Stöckel
2015-03-01Implemented registration of user-defined tokens, fixed comment handling (do ↵Andreas Stöckel
not issue multiple data events if a comment occurs, just skip the comment data like in TeX)
2015-03-01Prefer longer non-primary tokensAndreas Stöckel
2015-03-01allowing to store gaps in SourceOffsetVector and fixed bug with trim not ↵Andreas Stöckel
resetting offsets correctly when the new length is zero
2015-02-28Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to ↵Andreas Stöckel
match ranged annotations
2015-02-28Test case for data being empty if a token is foundAndreas Stöckel
2015-02-28Always call trim if a bestMatch has been foundAndreas Stöckel
2015-02-28Trimming forgotten protectedChars bufferAndreas Stöckel
2015-02-28Fixed potential problem in SourceOffsetVectorAndreas Stöckel
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit ↵Andreas Stöckel
tests.
2015-02-26Reactivated TokenizerTestAndreas Stöckel
2015-02-26Moved "assert" functions to own headerAndreas Stöckel
2015-02-26Fixed non-initialized variableAndreas Stöckel
2015-02-25Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensAndreas Stöckel
Conflicts: application/src/core/common/Token.hpp application/src/core/parser/utils/TokenizedData.cpp application/src/core/parser/utils/TokenizedData.hpp application/src/core/parser/utils/Tokenizer.cpp application/test/core/parser/utils/TokenizedDataTest.cpp
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-24start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-23Output element names in XML serializationAndreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ↵Andreas Stöckel
can be dynamically enabled and the whitespace mode specified at the moment the tokens are read
2015-02-22Added Token header containing a standalone definition of "Token"Andreas Stöckel
2015-02-22Added test for collapse and trim methods in UtilsAndreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ↵Andreas Stöckel
each character in a sequence in an fairly efficient manner
2015-02-22Removed unneeded importsAndreas Stöckel
2015-02-22Moved implementation of collapse to Utils, providing same interface for ↵Andreas Stöckel
collapse and trim
2015-02-22corrected XML serialization for primitive text content regarding whitespace ↵Benjamin Paassen
and newline handling and extended XMLTest to check that.
2015-02-20fixed aliasing issue in VariantMetadataAndreas Stöckel