Uses of Interface
org.ek9lang.compiler.tokenizer.LexerPlugin
Packages that use LexerPlugin
Package
Description
Focuses on aspects of Lexing and some parts of Parser configuration.
-
Uses of LexerPlugin in org.ek9lang.compiler.tokenizer
Classes in org.ek9lang.compiler.tokenizer that implement LexerPluginModifier 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.Methods in org.ek9lang.compiler.tokenizer with parameters of type LexerPluginModifier and TypeMethodDescriptionTokenStreamAssessment.assess
(LexerPlugin lexer, boolean printTokens) Assess the reading complexity of the tokens from the lexer.Constructors in org.ek9lang.compiler.tokenizer with parameters of type LexerPlugin