about summary refs log tree commit diff
path: root/src/boot/fe/ast.ml
AgeCommit message (Expand)AuthorLines
2010-07-01Catch ast pretty-printer up with init-tup syntax.Graydon Hoare-1/+1
2010-06-30Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare-6/+6
2010-06-30Improve logging in type.ml, give it indentation and per-statement context.Graydon Hoare-1/+3
2010-06-30Fix recently-broken lval formatter.Graydon Hoare-0/+2
2010-06-30Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit...Graydon Hoare-14/+12
2010-06-30Fix exterior formatter.Graydon Hoare-1/+1
2010-06-29Initial stab at lowering mutable and exterior into the type system.Graydon Hoare-41/+60
2010-06-25Resolve and typecheck patterns in pattern alt redux. This time featuring way...Roy Frostig-1/+7
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-25/+1
2010-06-24Resolve and typecheck patterns in pattern alt.Roy Frostig-1/+1
2010-06-23Populate tree.Graydon Hoare-0/+1360