Function: compileBAL()
compileBAL(
code,config?):InterpretationResult
Defined in: packages/tools/src/baleybots-dsl-v2/index.ts:694
Compile BAL code to AST and Processable (for advanced use)
Parameters
code
string
config?
BALConfig = {}
compileBAL(
code,config?):InterpretationResult
Defined in: packages/tools/src/baleybots-dsl-v2/index.ts:694
Compile BAL code to AST and Processable (for advanced use)
string
BALConfig = {}