Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-12-29 | Destructuring (i.e. working `match'). | David Robillard | 1 | -6/+42 |
2010-12-29 | Less code. | David Robillard | 1 | -9/+2 |
2010-12-29 | Literal lists (i.e. list quoting). | David Robillard | 1 | -4/+31 |
2010-12-28 | Use fst ("first") instead of head and rst ("rest") instead of tail. | David Robillard | 1 | -2/+2 |
2010-12-28 | Add quote form, to allow expressions literal symbols and lists (lists not yet... | David Robillard | 1 | -0/+16 |
2010-12-27 | Remove weird __tag_is form by adding a T_LITSYM type and using = operator. | David Robillard | 1 | -4/+10 |
2010-12-27 | Kill AType. | David Robillard | 1 | -14/+15 |
2010-12-26 | Update headers. | David Robillard | 1 | -1/+1 |
2010-12-25 | Simplify let to fn, rather than deal with it through to compilation. | David Robillard | 1 | -9/+45 |
2010-12-10 | Simplify if into nested 2-branch (scheme style) ifs at simplify stage. | David Robillard | 1 | -2/+31 |
2010-12-10 | Move simplification from lift stage to a new (post-typing) simplify stage. | David Robillard | 1 | -0/+94 |