Alek Ratzloff 16063d50f8 Add a couple of builtin functions, and the Vm::call() method
* Builtin functions print and println have been added
* If a global lookup fails, the VM will attempt to look up a builtin
* Vm::call(fun, args) allows interrupting the current execution state
  and starting a new function instead. It will return the value left on
  top of the stack.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-10-07 17:21:01 -07:00
2020-09-18 16:39:06 -07:00
2020-09-01 17:32:48 -07:00
Description
It certainly isn't Python... again!
1.4 MiB
Languages
Rust 94.8%
Yacc 4.6%
Lex 0.6%