Property definitions

nitc $ ACharExpr :: defaultinit
# A character literal
class ACharExpr
	super AExpr

	# The character token
	var n_char: TChar is writable, noinit
end
src/parser/parser_nodes.nit:2665,1--2671,3