Class Parser
java.lang.Object
meteordevelopment.starscript.compiler.Parser
Parser that produces AST (abstract syntax tree) from starscript code and reports errors.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA class that holds the parsed AST (abstract syntax tree) and any errors that could have been found. -
Method Summary
Modifier and TypeMethodDescriptionstatic Parser.ResultParses starscript code and returnsParser.Result.
-
Method Details
-
parse
Parses starscript code and returnsParser.Result.
-