Class Ek9LexerForInput

java.lang.Object
org.ek9lang.compiler.tokenizer.Ek9LexerForInput
All Implemented Interfaces:
Function<InputStream,Ek9Lexer>

public class Ek9LexerForInput extends Object implements Function<InputStream,Ek9Lexer>
Just wraps up the creation of the EK9Lexer from an inputStream. Converts to a CharStream and wraps exceptions in an unchecked CompilerException.