summaryrefslogtreecommitdiff
path: root/grammar
Commit message (Expand)AuthorAgeFilesLines
* ragel pcre: added some basic literal formsAdrian Thurston2019-11-111-3/+59
* rust: take advantage of exclusion of ? from pos 2+ of literalsAdrian Thurston2019-11-072-100/+67
* rust grammar: various fixesAdrian Thurston2019-11-051-8/+14
* rust grammar: various improvementsAdrian Thurston2019-11-041-16/+122
* rust grammar: various improvementsAdrian Thurston2019-11-032-44/+107
* rust grammar: traits, enums, various fixesAdrian Thurston2019-10-311-16/+108
* added DNS grammar in RagelAdrian Thurston2019-10-283-1/+704
* PCRE grammar in colmAdrian Thurston2019-10-273-5/+596
* start of a PCRE parser in C/RagelAdrian Thurston2019-10-273-3/+513
* 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-184-84/+223
* 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-013-0/+327