rust/src/libsyntax/parse
Tim Chevalier cb8ecd7984 Allow extern mods to be anonymous
extern mod {
  f();
}

is now allowed, and puts f in the enclosing scope. (Requires a
link_name attribute to be really useful...)
2012-08-29 12:22:05 -07:00
..
attr.rs Camel case the option type 2012-08-26 15:56:16 -07:00
classify.rs Camel case the option type 2012-08-26 15:56:16 -07:00
comments.rs Camel case the option type 2012-08-26 15:56:16 -07:00
common.rs Camel case the option type 2012-08-26 15:56:16 -07:00
eval.rs Convert core::result to camel case 2012-08-27 14:37:04 -07:00
lexer.rs Camel case the option type 2012-08-26 15:56:16 -07:00
parser.rs Allow extern mods to be anonymous 2012-08-29 12:22:05 -07:00
prec.rs Camel case the option type 2012-08-26 15:56:16 -07:00
token.rs Allow extern mods to be anonymous 2012-08-29 12:22:05 -07:00