- java.lang.Object
-
- org.mal_lang.lib.Parser
-
public class Parser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AST
parse(File file)
static AST
parse(File file, boolean verbose, boolean debug)
-
-
-
Method Detail
-
parse
public static AST parse(File file) throws IOException, CompilerException
- Throws:
IOException
CompilerException
-
parse
public static AST parse(File file, boolean verbose, boolean debug) throws IOException, CompilerException
- Throws:
IOException
CompilerException
-
-