summaryrefslogtreecommitdiff
path: root/src/parse
AgeCommit message (Collapse)AuthorFilesLines
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)2-10/+122
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)2-10/+125
2015-01-15Type alias bound to path, considering removing std hack and implementing AST ↵John Hodge (sonata)1-5/+2
read
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-05Parser - Handle methods correctlyJohn Hodge (sonata)1-10/+17
2015-01-05Implementing path lookup (bottom level of resolve)John Hodge (sonata)1-1/+7
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)5-56/+170
2015-01-01Name resolve framework coming alongJohn Hodge (sonata)1-6/+5
2014-12-30Rework expressions so they can be iterated (and actually save data)John Hodge (sonata)2-74/+75
2014-12-23Move source files to src/ folderJohn Hodge (sonata)10-0/+2364