summaryrefslogtreecommitdiff
path: root/parse/expr.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-631/+0
2014-12-14Parse working, starting on conversionJohn Hodge (bugs)1-5/+12
2014-12-08Further progress, parsing if blocks and some binary operations, blocked on ↵John Hodge (bugs)1-63/+128
decimal lexing
2014-12-07Macro expansion working, onwards to field parsingJohn Hodge (bugs)1-0/+24
2014-12-07TTStream implementation, doesn't compile yet (need to fix TT storage)John Hodge (bugs)1-1/+3
2014-12-07Macro evaluation hacked in (... not quite in yet, but framework is there)John Hodge (bugs)1-7/+155
Macro definitions not implemented, evil hack to define try! is present
2014-12-05Pattern and impl parsing workingJohn Hodge (bugs)1-11/+20
2014-12-03Hacking in patternsJohn Hodge (bugs)1-8/+90
2014-11-29Minor miscJohn Hodge (bugs)1-0/+1
2014-11-29Fiddling, added start of match parsing.John Hodge (bugs)1-6/+31
2014-11-28Hacking up parserJohn Hodge (bugs)1-0/+268