Property definitions

nitc $ Start :: defaultinit
# The root of the AST
class Start
	super Prod

	# The main module
	var n_base: nullable AModule is writable

	# The end of file (or error) token
	var n_eof: EOF is writable
end
src/parser/parser_nodes.nit:3130,1--3139,3