The @ symbol, for at annotations

Property definitions

nitc $ AAnnotations :: n_at=
	# The `@` symbol, for *at* annotations
	var n_at: nullable TAt = null is writable
src/parser/parser_nodes.nit:3061,2--3062,42

nitc :: parser_prod $ AAnnotations :: n_at=
	redef fun n_at=(node)
	do
		_n_at = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:8666,2--8670,4