summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Added pretty type printing, non-expr typecheck correctly fails on too many ↵John Hodge (sonata)1-3/+5
params (forgot to move iterator to associated types)
2015-01-17Notes on typecheck passJohn Hodge (sonata)1-0/+6
2015-01-17Deserialise working, need to annotate loaded crates with crate IDJohn Hodge (sonata)1-2/+2
2015-01-17Adding deserialise, partially workingJohn Hodge (sonata)1-0/+2
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)1-1/+70
2015-01-14Local type resolution added, framework for local use statementsJohn Hodge (sonata)1-2/+3
2015-01-11Add hacky text output of ASTJohn Hodge (sonata)1-0/+5
2014-12-23Compilation fixes, add makefileJohn Hodge (sonata)1-1/+1
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-0/+34