summary refs log tree commit diff
path: root/src/grammar/RustLexer.g4
AgeCommit message (Expand)AuthorLines
2015-05-05Declare other tokens used later in the reference grammarCarol Nichols-3/+3
2015-05-05Correct a typo in a declared token in the reference grammarCarol Nichols-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-65/+47
2015-04-19Finished unicode support in the model lexer.Piotr Czarnecki-1/+1
2015-04-19Add proper XID_Start and XID_Continue rules and use CharPos for span comparis...Florian Hahn-6/+2
2015-01-13Handle question marks in model lexer, closes #15879Florian Hahn-0/+5
2014-12-30Handle function calls to integers in model lexer correctlyFlorian Hahn-2/+58
2014-12-29Handle range in model lexer correctly #15877Florian Hahn-1/+2
2014-11-20Adjust Antlr4 lexer to include suffixes.Huon Wilson-29/+15
2014-09-29Update ANTLR float suffix grammarPatrick Reisert-2/+1
2014-07-21Byte/raw binary literal fixesCorey Richardson-2/+7
2014-07-21Refine the tooling, handle commentsCorey Richardson-19/+4
2014-07-21First pass at line comment correctnessCorey Richardson-15/+30
2014-07-21Lexer; subtly wrong; no makefileCorey Richardson-0/+165