v0.2.0
- The type of the
argsargument inInterpreter.callhas been changed toList<Node> - Num values are now passed to native functions as copies (same as normal functions)
- Added more API docs.
args argument in Interpreter.call has been changed to List<Node>