Property definitions

nitcc_runtime $ NLexerError :: defaultinit
# A lexer error as a token for the unexpected characted
class NLexerError
	super NError

	redef fun unexpected do return "character '{text.chars.first}'"
end
lib/nitcc_runtime/nitcc_runtime.nit:523,1--528,3