Added a Binding Syntax node and implemented bindTo: to use it, enforcing immutable...
commita5f2a15ec038af66c5cbce819a24c0917afe0740
authorBrian T. Rice <briantrice@gmail.com>
Sun, 2 Jan 2011 04:11:22 +0000 (1 20:11 -0800)
committerBrian T. Rice <briantrice@gmail.com>
Sun, 2 Jan 2011 04:11:22 +0000 (1 20:11 -0800)
tree29ba21f99083cd8a6650e7ecff162ecb5edf98b9
parent9338af93147bd399c04fc4f8f1219d73c65541fe
Added a Binding Syntax node and implemented bindTo: to use it, enforcing immutable local bindings. Bindings inside blocks will automatically create local variables in the outermost block scope without a variable or binding of that name.
src/lib/macro.slate
src/syntax/node.slate