Property definitions

nitc $ TAttrid :: defaultinit
# An attribute identifier. They start with an underscore.
class TAttrid
	super Token
	redef fun to_s
	do
		do return "attribute '{text}'"
	end
end
src/parser/parser_nodes.nit:1024,1--1031,3