summaryrefslogtreecommitdiff
path: root/grammar/parserust.lm
Commit message (Collapse)AuthorAgeFilesLines
* moved grammars out to their own dirsAdrian Thurston2019-12-011-81/+0
| | | | | We also want some testing/validation support for each grammar. This dir will get quite messy if we move files.
* rust: take advantage of exclusion of ? from pos 2+ of literalsAdrian Thurston2019-11-071-0/+4
| | | | Can now write `,? to mean an optional comma.
* rust grammar: various improvementsAdrian Thurston2019-11-031-0/+4
| | | | Now testing on cranelift.
* rust grammar: work on patterns, methods, paths, loopsAdrian Thurston2019-10-181-0/+73