rust/src/comp/syntax/parse
Marijn Haverbeke 19507787a9 Add support for bracey record types and literals
type foo = {mutable x: int, y: int};
    auto myfoo = {mutable x: 10, y: 20u};

The old syntax is also still supported.
2011-07-25 17:41:00 +02:00
..
eval.rs Make clear the differentiation between char pos and byte pos in filemaps. Fix up error printing for files with multi-byte characters. 2011-07-16 15:57:24 -07:00
lexer.rs Make the lexer slightly less stateful 2011-07-25 16:46:08 +02:00
parser.rs Add support for bracey record types and literals 2011-07-25 17:41:00 +02:00
token.rs Add some missing cases to token::can_begin_expr 2011-07-13 15:00:23 -07:00