Package org.ek9lang.compiler.common
Class JustParser
java.lang.Object
org.ek9lang.compiler.common.JustParser
For when we just need to read ek9 files and pull out bits and bobs
rather than actually compiling.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
readSourceFile
(File sourceFile, Ek9SourceVisitor visitor) Read the source file using the visitor supplied.
-
Constructor Details
-
JustParser
public JustParser(boolean reportErrors) Create new Parser.
-
-
Method Details
-
readSourceFile
Read the source file using the visitor supplied.
-