X-Git-Url: http://nitlanguage.org diff --git a/src/parser/parser_nodes.nit b/src/parser/parser_nodes.nit index 43e3541..ef12c30 100644 --- a/src/parser/parser_nodes.nit +++ b/src/parser/parser_nodes.nit @@ -156,6 +156,9 @@ end class TKwnull special Token end +class TKwas +special Token +end class TOpar special Token end @@ -847,6 +850,12 @@ class AProxyExpr special PExpr readable writable attr _n_expr: PExpr end +class AAsCastExpr +special PExpr + readable writable attr _n_expr: PExpr + readable writable attr _n_kwas: TKwas + readable writable attr _n_type: PType +end class APlusAssignOp special PAssignOp readable writable attr _n_pluseq: TPluseq