summaryrefslogtreecommitdiff
path: root/src/core/model/Syntax.hpp
AgeCommit message (Collapse)Author
2016-04-25Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it ↵Andreas Stöckel
correctly. Shorten Stack "checkTokensAreUnambiguous" method
2016-04-25Some small formatting and comment changes, introduce more anonymous ↵Andreas Stöckel
namespaces in cpp
2016-04-25Add equals and smaller than operator to SyntaxDescriptor (for std::sort or ↵Andreas Stöckel
the use in std::set)
2015-03-04Transformed comments to doxygen commentsAndreas Stöckel
2015-03-04Renamed "start" and "end" token to "open" and "close" tokenAndreas Stöckel
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen