mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 01:17:16 +00:00
A dynamic language and bytecode VM.
.gitignore | ||
array.c | ||
array.h | ||
buffer.c | ||
buffer.h | ||
compile.c | ||
compile.h | ||
datatypes.h | ||
dict.c | ||
dict.h | ||
gc.c | ||
gc.h | ||
main.c | ||
Makefile | ||
opcodes.h | ||
parse.c | ||
parse.h | ||
README.md | ||
tags | ||
value.c | ||
value.h | ||
vm.c | ||
vm.h | ||
vstring.h |
tape
A language and vm for embeddable scripting.