A compiled version of a StackTalk interpreter
- Zig 51.1%
- JavaScript 48.9%
| src | ||
| README.md | ||
| stvm.js | ||
Native StackTalk interpreter
Current WIP
Right now, I'm working on getting zig test src/compiler.zig and zig test stk_vm.zig to:
- compile
- run
- not leak
- not double-free
Misc
Right now there's an fpc.zig file that's just a lil stack-based floating point calculator. A small proof of concept of the basics of this.