summaryrefslogtreecommitdiff
path: root/grammar/rust.lm
Commit message (Expand)AuthorAgeFilesLines
* 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