Class IRFactory


  • public final class IRFactory
    extends Parser
    This class rewrites the parse tree into an IR suitable for codegen.
    See Also:
    Node
    • Method Detail

      • transformTree

        public ScriptNode transformTree​(AstRoot root)
        Transforms the tree into a lower-level IR suitable for codegen. Optionally generates the encoded source.