public Lexer CreateSubLexer() { return(Lexicon.DefineLexer(this)); }
internal Lexer(Lexicon lexicon, int index) : this(lexicon, index, null) { }