removing block literals in favor of implicit calls

This commit is contained in:
Jeremy Ashkenas
2010-01-26 21:05:26 -05:00
parent aa93d3c387
commit e998a81b63
4 changed files with 728 additions and 738 deletions

View File

@@ -292,7 +292,6 @@ rule
# The list of arguments to a function invocation.
Arguments:
CALL_START ArgList CALL_END { result = val[1] }
| CALL_START ArgList CALL_END Code { result = val[1] << val[3] }
;
# Calling super.