summaryrefslogtreecommitdiff
path: root/grammar/rust.lm
Commit message (Expand)AuthorAgeFilesLines
* moved grammars out to their own dirsAdrian Thurston2019-12-011-1305/+0
* rust grammar: a proper implementation of raw stringsAdrian Thurston2019-11-301-8/+41
* rust grammar: handle floats specified with just a trailing dotAdrian Thurston2019-11-301-1/+8
* rust grammar: partial impl of floatsAdrian Thurston2019-11-291-2/+10
* allow backtick literals to have an end quote.Adrian Thurston2019-11-281-50/+50
* revert mod to rust grammar to take advantage of ? excluded from ` litsAdrian Thurston2019-11-281-47/+47
* rust grammar: right-recursive statement list kills performanceAdrian Thurston2019-11-141-2/+6
* rust grammar: removed an ambiguity that really slows down parsingAdrian Thurston2019-11-141-2/+1
* rust: take advantage of exclusion of ? from pos 2+ of literalsAdrian Thurston2019-11-071-100/+63
* rust grammar: various fixesAdrian Thurston2019-11-051-8/+14
* rust grammar: various improvementsAdrian Thurston2019-11-041-16/+122
* rust grammar: various improvementsAdrian Thurston2019-11-031-44/+103
* rust grammar: traits, enums, various fixesAdrian Thurston2019-10-311-16/+108
* rust grammar: work on various parts of the grammarAdrian Thurston2019-10-221-64/+280
* rust grammar: building out more of the grammarAdrian Thurston2019-10-201-16/+177
* rust grammar: work on patterns, methods, paths, loopsAdrian Thurston2019-10-181-80/+146
* rust grammar: expanded use_declarataion to include {} and *Adrian Thurston2019-10-171-5/+49
* rust grammar: added else blocks and rudimentary floatAdrian Thurston2019-10-071-12/+29
* rust grammar: lifetime goes between & and mut in type refAdrian Thurston2019-10-031-2/+3
* rust grammar: some improvements to genericsAdrian Thurston2019-10-031-23/+119
* improvements to statement and expression to better match grammarAdrian Thurston2019-10-021-53/+62
* rust grammar: some work on match expressionsAdrian Thurston2019-10-021-8/+62
* rust grammar: let needs a pattern on lhsAdrian Thurston2019-10-011-2/+43
* moved rust grammar to /grammarAdrian Thurston2019-10-011-0/+323