summaryrefslogtreecommitdiff
path: root/src/ast/pattern.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Heaps more parse fixes against the rustc testsJohn Hodge1-1/+7
2016-02-21Fixing parser deficienciesJohn Hodge1-7/+14
2016-02-18Parser - box Patterns, edge bug fixJohn Hodge1-0/+6
2015-08-25Rename tagged_enum to tagged_unionJohn Hodge1-2/+2
2015-03-19Struct patterns, return with no semicolonJohn Hodge1-2/+7
2015-03-19Convert patterns over to tagged unionsJohn Hodge1-39/+23
2015-03-19Clean up copy constructor use, switch part of AST::Pattern to tagged unionJohn Hodge1-39/+15
2015-03-19EVIL tagged union hackjobJohn Hodge1-0/+10
2015-03-18'..' pattern, fix macro arg lookup comparison functionJohn Hodge1-0/+7
2015-03-17Rework handling of blocks, add sub-modulesJohn Hodge1-2/+8
2015-03-09Parse updatesJohn Hodge1-1/+1
2015-03-09Fixed patterns, bool literalsJohn Hodge1-2/+4
2015-03-08Cleanup to pattern handlingJohn Hodge1-1/+8
2015-01-25Hacked in dumping as rustJohn Hodge (sonata)1-0/+31
2015-01-17Adding deserialise, partially workingJohn Hodge (sonata)1-1/+4
2015-01-11Tag paths with base crate, restructure ast.cpp into three filesJohn Hodge (sonata)1-0/+88