Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | Accept that `file` isn't a node. | Ori Bernstein | |
Shrink node sizes, simplify code a bit. | |||
2014-02-02 | Remove 'trait' node. | Ori Bernstein | |
This should go in the types table, not in it's own AST node. | |||
2014-02-01 | Stub in more code for trait/impl. | Ori Bernstein | |
We now make Impl nodes, and then die when we try to use them. | |||
2014-01-13 | Work towards parsing traits definitions. | Ori Bernstein | |
2013-12-28 | Add parsing support for iter loops | Ori Bernstein | |
'for expr in loop' syntax is now parsed, although we don't actually generate code for it. | |||
2013-06-18 | Move away from literal types that aren't actual compile time constants. | Ori Bernstein | |
2013-06-08 | Add indexed initializer tree support. | Ori Bernstein | |
Needed to support indexed initialization of sequence literals. | |||
2012-10-17 | Labels are now Lit values, not their own toplev nodes. | Ori Bernstein | |
2012-06-29 | Add in node types for match and match patterns. | Ori Bernstein | |
2012-01-03 | Start of pickling stuff. | Ori Bernstein | |
2011-11-19 | Fix up parsing func lits | Ori Bernstein | |
2011-11-05 | Initial commit | Ori Bernstein | |