about summary refs log tree commit diff
path: root/src/grammar/lexer.l
AgeCommit message (Expand)AuthorLines
2019-09-30Remove legacy grammarErin Power-350/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-08Update grammar to parse current rust syntaxBrian Leibig-28/+45
2017-06-13changed upper bound digit in octal rule to 7Arthur Arnold-1/+1
2017-05-08Re-add LALR grammar.Mark Simulacrum-0/+343
2017-05-02Remove ANTLR grammar.Mark Simulacrum-343/+0
2015-10-27Adjust src/grammar for the introduced <- opSimonas Kazlauskas-0/+1
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-4/+4
2015-05-12Update the bison grammar for various language changesBrian Leibig-1/+1
2015-01-20Add a LALR grammar for Rust with testing supportBrian Leibig-0/+342