summaryrefslogtreecommitdiff
path: root/ast
AgeCommit message (Collapse)AuthorFilesLines
2014-12-23Move source files to src/ folderJohn Hodge (sonata)3-380/+0
2014-12-21Hacking up conversionJohn Hodge (bugs)1-0/+6
2014-12-14Compiles againJohn Hodge3-41/+65
2014-12-14Parse working, starting on conversionJohn Hodge (bugs)2-0/+55
2014-12-08Further progress, parsing if blocks and some binary operations, blocked on ↵John Hodge (bugs)2-0/+47
decimal lexing
2014-12-07Macro evaluation hacked in (... not quite in yet, but framework is there)John Hodge (bugs)2-2/+23
Macro definitions not implemented, evil hack to define try! is present
2014-12-05Pattern and impl parsing workingJohn Hodge (bugs)2-6/+49
2014-12-03Hacking in patternsJohn Hodge (bugs)2-12/+83
2014-11-28Hacking up parserJohn Hodge (bugs)2-1/+23
2014-11-23Lexer "complete", parsing up to structure definitions.John Hodge (bugs)2-1/+72
2014-11-22Initial commit, lexer structurally complete, parsing hacking upJohn Hodge (bugs)1-0/+20