summaryrefslogtreecommitdiff
path: root/src/core/model/Syntax.hpp
AgeCommit message (Expand)Author
2016-04-25Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly....Andreas Stöckel
2016-04-25Some small formatting and comment changes, introduce more anonymous namespace...Andreas Stöckel
2016-04-25Add equals and smaller than operator to SyntaxDescriptor (for std::sort or th...Andreas Stöckel
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