summaryrefslogtreecommitdiff
path: root/src/ast/ast.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge1-23/+132
2015-01-25Hacked in dumping as rustJohn Hodge (sonata)1-6/+187
2015-01-23Autoderef on method lookup, further provements to method lookupJohn Hodge (sonata)1-3/+20
2015-01-22(minor) Comment updateJohn Hodge (sonata)1-0/+1
2015-01-22Added bounds to _ types, propagating type params further (and replacing when ↵John Hodge (sonata)1-0/+5
needed)
2015-01-21Type propagation coming alongJohn Hodge (sonata)1-0/+52
2015-01-18Up to requiring checks for trait implementationsJohn Hodge (sonata)1-3/+4
2015-01-18Added support for associated types in impl blocksJohn Hodge (sonata)1-1/+2
2015-01-17Refactor resolve.cpp AST iterating into common functionJohn Hodge (sonata)1-2/+6
2015-01-17Clean up hanlding of generic paramsJohn Hodge (sonata)1-97/+23
2015-01-17Trait serialiseJohn Hodge (sonata)1-0/+2
2015-01-17Adding deserialise, partially workingJohn Hodge (sonata)1-10/+148
2015-01-16Added associated type reference parse, and tuple value parseJohn Hodge (sonata)1-0/+6
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)1-8/+8
2015-01-15Type alias bound to path, considering removing std hack and implementing AST ↵John Hodge (sonata)1-11/+26
read
2015-01-15Type aliases added (AST only, no parse yet), need to handle lookupsJohn Hodge (sonata)1-1/+30
2015-01-14Local type resolution added, framework for local use statementsJohn Hodge (sonata)1-14/+22
2015-01-12Added statics, fix minor quirk in resolve handlingJohn Hodge (sonata)1-12/+17
2015-01-11Tag paths with base crate, restructure ast.cpp into three filesJohn Hodge (sonata)1-309/+29
2015-01-11Add hacky text output of ASTJohn Hodge (sonata)1-1/+70
2015-01-11It broke (working on correct path resolution)John Hodge (sonata)1-22/+172
2015-01-05Parser - Handle methods correctlyJohn Hodge (sonata)1-0/+4
2015-01-05Implementing path lookup (bottom level of resolve)John Hodge (sonata)1-0/+32
2015-01-04Hacking up 'use' resolution (needs work to handle recursion)John Hodge (sonata)1-1/+24
2015-01-02Adding in support for std, parsing now broken due to TODO early in processJohn Hodge (sonata)1-4/+44
2015-01-01Name resolve framework coming alongJohn Hodge (sonata)1-68/+24
2014-12-30Rework expressions so they can be iterated (and actually save data)John Hodge (sonata)1-10/+92
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-0/+138