An interpreted, GC'd subset of Zig
- use Zig's builtin parsing to lex & parse a custom file
- use function to parse script as regular local scoped code
- extract inner functions from provided script and plant them outside of run function
- build a custom compiler
- build an associated VM
- ???
- profit