syntax: refactor AClosureCallExpr
authorJean Privat <jean@pryen.org>
Tue, 16 Jun 2009 20:33:54 +0000 (16:33 -0400)
committerJean Privat <jean@pryen.org>
Wed, 24 Jun 2009 19:47:33 +0000 (15:47 -0400)
commit928225d08e98f57e698bf50180e6a82c63d74f6d
treefdaa349b400bce99846eda9eccb431d513ea8efd
parent987a54e2ebebbeaeab3bbd705a47d95685238c5a
syntax: refactor AClosureCallExpr

Add a alternative in the grammar to profit from generated walkers.
Makes AClosureCallExpr a subclass of AAbsAbsSendExpr instead of ACallFormExpr.

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiling/compiling_methods.nit
src/parser/nit.sablecc3xx
src/parser/parser_abs.nit
src/parser/parser_nodes.nit
src/parser/parser_prod.nit
src/syntax/typing.nit