aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/ast.ml
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵Graydon Hoare2010-06-301-6/+6
| | | | keep MEM_interior for describing interior-parts-of-allocations)
* Improve logging in type.ml, give it indentation and per-statement context.Graydon Hoare2010-06-301-1/+3
|
* Fix recently-broken lval formatter.Graydon Hoare2010-06-301-0/+2
|
* Add a COMP_deref to lvals for explicit-derefs, modify typechecker to ↵Graydon Hoare2010-06-301-14/+12
| | | | implicitly deref in only *some* contexts.
* Fix exterior formatter.Graydon Hoare2010-06-301-1/+1
|
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-291-41/+60
|
* Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig2010-06-251-1/+7
| | | | way more correctness.
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-241-25/+1
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-1/+1
|
* Populate tree.Graydon Hoare2010-06-231-0/+1360