CodeGen.generateCode

generates byte code for a ScriptNode. Use CodeGen.bytecode to get the generated bytecode

node is the ScriptNode to generate bytecode for scriptLibrary is the private & public declarations of the script (allDeclarations from ASTCheck.checkAST(..,x))

Return Value

Type: bool

true if successfully generated, false if there were errors

Meta