Package org.ek9lang.compiler.tokenizer
Class ParserCreator
java.lang.Object
org.ek9lang.compiler.tokenizer.ParserCreator
- All Implemented Interfaces:
Function<ParserSpec,
EK9Parser>
Creates the lexer and parser and plugs in the listners.
-
Constructor Details
-
ParserCreator
public ParserCreator()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ParserSpec,
EK9Parser>
-