aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/parser.ml
Commit message (Collapse)AuthorAgeFilesLines
* Absent any deep overhauls to syntax or constant-handling, hack in the ↵Graydon Hoare2010-08-161-0/+3
| | | | ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵Graydon Hoare2010-06-301-2/+2
| | | | keep MEM_interior for describing interior-parts-of-allocations)
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-291-2/+0
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-1/+1
|
* Populate tree.Graydon Hoare2010-06-231-0/+374