Uses of Interface
org.ek9lang.compiler.tokenizer.LexerPlugin
Package
Description
Focuses on aspects of Lexing and some parts of Parser configuration.
-
Uses of LexerPlugin in org.ek9lang.compiler.tokenizer
Modifier and TypeClassDescriptionclass
A Lexer, but one that delegates to the actual lexer that in plugged in.class
Original good for python but too pythonesque for EK9 - needed reworking to remove # comment and tabs for indenting.Modifier and TypeMethodDescriptionTokenStreamAssessment.assess
(LexerPlugin lexer, boolean printTokens) Assess the reading complexity of the tokens from the lexer.