summaryrefslogtreecommitdiffhomepage
path: root/lexer.cpp
AgeCommit message (Collapse)Author
2020-03-31Optimization: Replace head recursion by tail recursion in matchingRoland Reichwein
2020-03-16Fixed lexerRoland Reichwein
2020-03-15Fix lex errorRoland Reichwein
2020-03-15New lexerRoland Reichwein
2020-03-14Prepare DFARoland Reichwein
2020-02-15TestsRoland Reichwein
2020-01-25Refactor, fix missing filesRoland Reichwein
2020-01-25Minor fixesRoland Reichwein
2020-01-23Added grammerRoland Reichwein
2020-01-22Using namespace for disambiguationRoland Reichwein
2020-01-21Separate to cpp filesRoland Reichwein