Alek Ratzloff 3976b2135a Functions are implemented and VM should be able to handle function calls
* VM Signals are used by running functions to dictate whether a function
  should return, or if it should call another function. These signals
  can be injected at any time allowing for user functions to inject
  themselves at runtime.
* obj::Method is gone since it's not being used yet.
* Obj impls must implement as_any(&self) -> &dyn Any now. This allows
  for UserFun and NativeFun to be explicitly cast (among other things,
  in the future).

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-09-24 15:29:44 -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%