Property definitions

nitc $ ATrueExpr :: defaultinit
# A `true` boolean literal constant
class ATrueExpr
	super ABoolExpr

	# The `true` keyword
	var n_kwtrue: TKwtrue is writable, noinit
end
src/parser/parser_nodes.nit:2625,1--2631,3