ast: add new node AEscapeExpr to generalizes ABreakExpr and AContinueExpr
authorJean Privat <jean@pryen.org>
Sat, 11 Oct 2014 02:32:26 +0000 (22:32 -0400)
committerJean Privat <jean@pryen.org>
Sat, 11 Oct 2014 02:32:26 +0000 (22:32 -0400)
commitd67a692ca55232d828dbe458b8b342c15aac2d39
treee91aca0facabab3c67c6e64f8a244a1aecbd2dff
parent25cb999cb2ccb5e841550c9275689ec0c5522f30
ast: add new node AEscapeExpr to generalizes ABreakExpr and AContinueExpr

Signed-off-by: Jean Privat <jean@pryen.org>
src/frontend/simple_misc_analysis.nit
src/parser/parser_nodes.nit
src/semantize/flow.nit
src/semantize/scope.nit