about summary refs log tree commit diff
path: root/src/grammar
AgeCommit message (Expand)AuthorLines
2014-12-29Update grammer/verify.rs to work with recent masterFlorian Hahn-30/+32
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-4/+4
2014-11-20Adjust Antlr4 lexer to include suffixes.Huon Wilson-29/+15
2014-11-19Update src/grammar for language changes.Huon Wilson-20/+21
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-24/+26
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-6/+6
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-2/+3
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-100/+102
2014-09-29Update ANTLR float suffix grammarPatrick Reisert-2/+1
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-1/+1
2014-07-27adding proof of context-sensitivy of raw string literalsAlexis Beingessner-6/+41
2014-07-21Don't run lexer tests by defaultCorey Richardson-2/+3
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-13/+41
2014-07-21Break apart long lines in verify.rsCorey Richardson-1/+3
2014-07-21lexer tests: makefile/configureCorey Richardson-2/+25
2014-07-21Byte/raw binary literal fixesCorey Richardson-4/+24
2014-07-21Refine the tooling, handle commentsCorey Richardson-31/+68
2014-07-21First pass at line comment correctnessCorey Richardson-15/+30
2014-07-21Add raw string literal ambiguity documentCorey Richardson-0/+29
2014-07-21Lexer; subtly wrong; no makefileCorey Richardson-0/+401