RosettaCodeData/Task/Compiler-AST-interpreter/Zkl/compiler-ast-interpreter-3.zkl
2023-07-01 13:44:08 -04:00

2 lines
49 B
Text

ast:=load_ast(File(vm.nthArg(0)));
runNode(ast);