aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe
Commit message (Collapse)AuthorAgeFilesLines
* Add machine-dependent 'float' type.Graydon Hoare2010-07-012-0/+3
|
* Fix lexer's definition of numeric literals.Graydon Hoare2010-07-011-4/+5
|
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵Graydon Hoare2010-06-304-16/+16
| | | | 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 support for parsing COMP_deref lval components (*foo).Graydon Hoare2010-06-301-0/+13
|
* 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-294-115/+119
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-283-3/+2
|
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare2010-06-271-7/+21
| | | | instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
* Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig2010-06-252-15/+23
| | | | way more correctness.
* Rearrange pexp-custom stuff a bit.Graydon Hoare2010-06-251-22/+16
|
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-242-26/+2
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-242-11/+16
|
* Populate tree.Graydon Hoare2010-06-237-0/+5659