Add block and closure protos and parse/pp block and lambda exprs.
This commit is contained in:
parent
eaab0db4ea
commit
8c8fa79312
3 changed files with 19 additions and 5 deletions
|
|
@ -166,7 +166,7 @@ tag layer { layer_value; layer_state; layer_gc; }
|
|||
|
||||
tag _auth { auth_unsafe; }
|
||||
|
||||
tag proto { proto_iter; proto_fn; }
|
||||
tag proto { proto_iter; proto_fn; proto_block; proto_closure; }
|
||||
|
||||
tag binop {
|
||||
add;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue