rust/src/comp/syntax/parse
Marijn Haverbeke b0a72ee06a Be more careful when parsing block calls
Previously, the parser would try to interpret this as a block call:

    if true {} // No semicolon
    {|i, am, a, block|};

Which, though unlikely, might come up in practice.
2011-10-21 14:55:54 +02:00
..
eval.rs Kill trailing whitespace. 2011-09-12 16:33:43 -07:00
lexer.rs Make 1-1 parse again 2011-10-07 16:46:44 +02:00
parser.rs Be more careful when parsing block calls 2011-10-21 14:55:54 +02:00
token.rs Make 1-1 parse again 2011-10-07 16:46:44 +02:00