Property definitions

nitc $ AExpr :: defaultinit
# Expression and statements
# From a AST point of view there is no distinction between statement and expressions (even if the parser has to distinguish them)
abstract class AExpr
	super Prod
end
src/parser/parser_nodes.nit:1840,1--1844,3