summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08Further progress, parsing if blocks and some binary operations, blocked on ↵John Hodge (bugs)5-82/+230
decimal lexing
2014-12-07Macro expansion working, onwards to field parsingJohn Hodge (bugs)5-35/+123
2014-12-07TTStream implementation, doesn't compile yet (need to fix TT storage)John Hodge (bugs)5-17/+58
2014-12-07Macro evaluation hacked in (... not quite in yet, but framework is there)John Hodge (bugs)13-44/+516
Macro definitions not implemented, evil hack to define try! is present
2014-12-05Pattern and impl parsing workingJohn Hodge (bugs)9-94/+302
2014-12-03Remove auto-generated IDE filesJohn Hodge (bugs)3-139/+2
2014-12-03Hacking in patternsJohn Hodge (bugs)5-22/+183
2014-11-29Minor miscJohn Hodge (bugs)1-0/+1
2014-11-29Fiddling, added start of match parsing.John Hodge (bugs)2-6/+35
2014-11-28Hacking up parserJohn Hodge (bugs)8-14/+474
2014-11-23Lexer "complete", parsing up to structure definitions.John Hodge (bugs)12-53/+538
2014-11-22Initial commit, lexer structurally complete, parsing hacking upJohn Hodge (bugs)13-0/+1109