A compiled version of a StackTalk interpreter
  • Zig 51.1%
  • JavaScript 48.9%
Find a file
2026-03-30 12:00:07 -06:00
src Prep for pushing repo up 2026-03-30 11:53:49 -06:00
README.md Add readme 2026-03-30 12:00:07 -06:00
stvm.js Prep for pushing repo up 2026-03-30 11:53:49 -06:00

Native StackTalk interpreter

Current WIP

Right now, I'm working on getting zig test src/compiler.zig and zig test stk_vm.zig to:

  1. compile
  2. run
  3. not leak
  4. 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.