rust/src/grammar
Vadim Petrochenkov 08f8faedd0 syntax: Rename some keywords
`CrateRoot` -> `PathRoot`, `::` doesn't necessarily mean crate root now
`SelfValue` -> `SelfLower`, `SelfType` -> `SelfUpper`, both `self` and `Self` can be used in type and value namespaces now
2018-12-04 00:30:27 +03:00
..
.gitignore Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
lexer.l Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
parser-lalr-main.c Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
parser-lalr.y syntax: Rename some keywords 2018-12-04 00:30:27 +03:00
raw-string-literal-ambiguity.md Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
testparser.py Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
tokens.h Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00