Experimental
Here you can enable/disable experimental flags in BoxLang.
"experimental": {
// This choose the compiler to use for the runtime
// Valid values are: "java", "asm"
"compiler": "asm",
// If enabled, it will generate AST JSON data under the project's /grapher/data folder
"ASTCapture": false
},Compiler
AST Capture
Last updated
Was this helpful?
