Absent any deep overhauls to syntax or constant-handling, hack in the ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.

This commit is contained in:
Graydon Hoare 2010-08-16 13:02:46 -07:00
parent 176899a970
commit 7e62aa6801
5 changed files with 61 additions and 21 deletions

View file

@ -6,7 +6,7 @@ type LongLong = i64;
type Long = i32;
type Bool = int;
native mod llvm = "libLLVM-2.7.so" {
native mod llvm = llvm_lib {
type ModuleRef;
type ContextRef;