rust/src/comp/syntax
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
..
ext Remove unreachable statements 2011-07-29 20:54:44 +02:00
parse Partially implement destructuring locals 2011-08-01 17:51:37 +02:00
print Partially implement destructuring locals 2011-08-01 17:51:37 +02:00
util Enable kind checking on typarams, fix kind constraints in library and comp. 2011-07-29 18:48:15 -07:00
ast.rs Partially implement destructuring locals 2011-08-01 17:51:37 +02:00
codemap.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
fold.rs Partially implement destructuring locals 2011-08-01 17:51:37 +02:00
visit.rs Partially implement destructuring locals 2011-08-01 17:51:37 +02:00