Package com.blackrook.rookscript.compiler
package com.blackrook.rookscript.compiler
Contains all of the compiler stuff for script creation/disassembly.
-
ClassDescriptionThe script language lexer kernel.The lexer for a script reader context.The parser that parses text for the script reader.An error object added when an error is logged.The main factory for reading and parsing a script file.Default includer to use when none specified.An interface that allows the user to resolve a resource by path when the
ScriptReader
parses it.An interface for script reader options.