summaryrefslogtreecommitdiff
path: root/bnf/rust.lex
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-8/+8
2015-09-28BNF - Now parses libstdJohn Hodge1-3/+15
2015-09-26BNF - Improvements, partially parsing std nowJohn Hodge1-2/+57
2015-09-26Successfully parses libcoreJohn Hodge1-1/+2
2015-09-26BNF - Top layer of libcore is parsing (all direct child modules)John Hodge1-14/+62
2015-09-26Fuck match statements, can't match themJohn Hodge1-2/+6
2015-09-26BNF - Hack up module file loading, working on core::float_macrosJohn Hodge1-39/+50
2015-09-25Hacking up an AST, switch to C++ for compilation languageJohn Hodge1-19/+27
2015-09-24Parses a nice set of files once moreJohn Hodge1-11/+20
2015-09-23Successfully parses libcore/str/pattern.rsJohn Hodge1-4/+32
2015-09-23Now parses all of str/mod.rsJohn Hodge1-1/+1
2015-09-23BNF - Extended grammar with struct literal hackJohn Hodge1-5/+10
2015-09-22Heavy improviements to the BNF parserJohn Hodge1-5/+38
2015-05-20(old) BNF updateJohn Hodge1-0/+1
2015-04-15BNF - Successfully parses test crateJohn Hodge1-0/+2
2015-04-15BNF - Hacked around >> to > translationJohn Hodge1-3/+8
2015-04-15BNF - Now parses sample down to '>>' -> '>' '>' decompositionJohn Hodge1-1/+11
2015-04-06TwiddleJohn Hodge1-0/+6
2015-04-04Working on BNF a little more, ughJohn Hodge1-17/+49
2015-04-02BNF - Coming along, freezing for nowJohn Hodge1-2/+33
2015-04-01Hacking up a BNF grammarJohn Hodge1-0/+16