summaryrefslogtreecommitdiff
path: root/bnf
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan6-45/+45
2016-03-05BNF - Clean up conflicts, extra handlingJohn Hodge3-12/+18
2016-03-03BNF - Improved grammar, removed some conflictsJohn Hodge2-15/+27
2016-03-03BNF - Expanding grammar to parse run-pass testsJohn Hodge4-60/+101
2016-02-21Fixing parser deficienciesJohn Hodge1-4/+14
2015-09-28BNF - Now parses libstdJohn Hodge4-25/+81
2015-09-26BNF - Improvements, partially parsing std nowJohn Hodge6-11/+96
2015-09-26Successfully parses libcoreJohn Hodge6-19/+22
2015-09-26BNF - Now tries to parse all of crateJohn Hodge6-95/+178
2015-09-26BNF - Top layer of libcore is parsing (all direct child modules)John Hodge7-42/+132
2015-09-26Fuck match statements, can't match themJohn Hodge7-20/+51
2015-09-26BNF - Hack up module file loading, working on core::float_macrosJohn Hodge7-133/+496
2015-09-25Hacking up an AST, switch to C++ for compilation languageJohn Hodge5-143/+299
2015-09-24Parses a nice set of files once moreJohn Hodge4-40/+76
2015-09-23Successfully parses libcore/str/pattern.rsJohn Hodge3-27/+91
2015-09-23Now parses all of str/mod.rsJohn Hodge3-3/+5
2015-09-23BNF - Extended grammar with struct literal hackJohn Hodge5-147/+217
2015-09-22Heavy improviements to the BNF parserJohn Hodge3-81/+225
2015-05-20(old) BNF updateJohn Hodge3-1/+8
2015-04-15BNF - Successfully parses test crateJohn Hodge2-4/+30
2015-04-15BNF - Hacked around >> to > translationJohn Hodge2-4/+20
2015-04-15BNF - Now parses sample down to '>>' -> '>' '>' decompositionJohn Hodge3-15/+84
2015-04-06TwiddleJohn Hodge2-15/+29
2015-04-04Working on BNF a little more, ughJohn Hodge3-61/+255
2015-04-02BNF - Coming along, freezing for nowJohn Hodge3-16/+98
2015-04-01Hacking up a BNF grammarJohn Hodge3-0/+160