]> git.lizzy.rs Git - rust.git/commit
Adjust Antlr4 lexer to include suffixes.
authorHuon Wilson <dbau.pp+github@gmail.com>
Wed, 19 Nov 2014 09:25:48 +0000 (20:25 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Wed, 19 Nov 2014 13:02:42 +0000 (00:02 +1100)
commit7586abf01b5c6fcbb60926c7cab7d3e5d133fa9a
tree454659ebe7e961b3c96a39400141f5ff8137beb3
parent606a309d4aeb09ba88a0962c633a5b3fd4b300f6
Adjust Antlr4 lexer to include suffixes.

This makes the formal lexical grammar (more closely) reflect the one
implemented by the compiler.
src/grammar/RustLexer.g4