Class ParserCreator

java.lang.Object
org.ek9lang.compiler.tokenizer.ParserCreator
All Implemented Interfaces:
Function<ParserSpec,EK9Parser>

public class ParserCreator extends Object implements Function<ParserSpec,EK9Parser>
Creates the lexer and parser and plugs in the listners.