Package meteordevelopment.starscript.compiler
package meteordevelopment.starscript.compiler
-
ClassDescriptionCompiler that produces compiled starscript code from
Parser.Result.Expressions that form the AST (abstract syntax tree) of parsed starscript code.Takes starscript source code and produces a stream or tokens that are used for parsing.Parser that produces AST (abstract syntax tree) from starscript code and reports errors.A class that holds the parsed AST (abstract syntax tree) and any errors that could have been found.A type of a token produces byLexer.