Property definitions

nitc $ TComment :: defaultinit
# Token of a line of comments
# Starts with the `#` and contains the final end-of-line (if any)
class TComment
	super Token
end
src/parser/parser_nodes.nit:492,1--496,3