summaryrefslogtreecommitdiff
path: root/parse/lex.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-650/+0
2014-12-14Parse working, starting on conversionJohn Hodge (bugs)1-1/+6
2014-12-08Further progress, parsing if blocks and some binary operations, blocked on de...John Hodge (bugs)1-6/+41
2014-12-07Macro expansion working, onwards to field parsingJohn Hodge (bugs)1-19/+16
2014-12-07TTStream implementation, doesn't compile yet (need to fix TT storage)John Hodge (bugs)1-2/+25
2014-12-07Macro evaluation hacked in (... not quite in yet, but framework is there)John Hodge (bugs)1-2/+48
2014-12-05Pattern and impl parsing workingJohn Hodge (bugs)1-4/+4
2014-11-23Lexer "complete", parsing up to structure definitions.John Hodge (bugs)1-10/+100
2014-11-22Initial commit, lexer structurally complete, parsing hacking upJohn Hodge (bugs)1-0/+454