| Constructor and Description |
|---|
Compiler(Lexer<S> lexer,
Parser<R,S> parser,
Consumer<? super R> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(String file) |
void |
compile(String name,
Reader reader) |
public void compile(String file) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionpublic void compile(String name, Reader reader) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionCopyright © 2020. All rights reserved.