summaryrefslogtreecommitdiff
path: root/src/parse/root.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Added support for associated types in impl blocksJohn Hodge (sonata)1-0/+7
2015-01-17Clean up hanlding of generic paramsJohn Hodge (sonata)1-12/+11
2015-01-17Deserialise working, need to annotate loaded crates with crate IDJohn Hodge (sonata)1-0/+1
2015-01-16Added associated type reference parse, and tuple value parseJohn Hodge (sonata)1-9/+110
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)1-9/+124
2015-01-14Local type resolution added, framework for local use statementsJohn Hodge (sonata)1-1/+1
2015-01-12TypeRef fleshed outJohn Hodge (sonata)1-1/+1
2015-01-11It broke (working on correct path resolution)John Hodge (sonata)1-11/+11
2015-01-04Hacking up 'use' resolution (needs work to handle recursion)John Hodge (sonata)1-3/+4
2015-01-02Adding in support for std, parsing now broken due to TODO early in processJohn Hodge (sonata)1-14/+127
2014-12-30Rework expressions so they can be iterated (and actually save data)John Hodge (sonata)1-1/+1
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-0/+609