rust/src/comp/syntax/parse
Marijn Haverbeke 985c32ef4c Partially implement destructuring locals
You can now say

    let {bcx, val} = some_result_returner();

Similar for loop variables. Assigning to such variables is not safe
yet. Function arguments also remain a TODO.
2011-08-01 17:51:37 +02:00
..
eval.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
lexer.rs Remove unreachable statements 2011-07-29 20:54:44 +02:00
parser.rs Partially implement destructuring locals 2011-08-01 17:51:37 +02:00
token.rs :: is allowed to start an expression. Close #762. 2011-07-28 02:33:24 -04:00