aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/cexp.ml
Commit message (Collapse)AuthorAgeFilesLines
* Absent any deep overhauls to syntax or constant-handling, hack in the ↵Graydon Hoare2010-08-161-16/+29
| | | | ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-1/+3
| | | | a cast notation. Closes #129.
* Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare2010-07-201-8/+1
| | | | undesirable) sorts of error, we should handle better than "backtrace and exit 2".
* Err kindly instead of asserting on duplicate mod declarations in crates.Roy Frostig2010-07-081-1/+5
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-1/+1
|
* Populate tree.Graydon Hoare2010-06-231-0/+762