How to get a new lexer on a given stream of character

Property definitions

nitcc_runtime $ TestParser :: new_lexer
	# How to get a new lexer on a given stream of character
	fun new_lexer(text: String): Lexer is abstract
lib/nitcc_runtime/nitcc_runtime.nit:589,2--590,47