1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00
A dynamic language and bytecode VM.
Go to file
2017-02-19 11:20:18 -05:00
.gitignore Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
compile.c Fix some gc mark issues and change dict to obj. 2017-02-16 15:10:59 -05:00
compile.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
datatypes.h Various small changes. 2017-02-19 11:20:18 -05:00
disasm.c Fix some gc mark issues and change dict to obj. 2017-02-16 15:10:59 -05:00
disasm.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
ds.c Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
ds.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
main.c Fix some gc mark issues and change dict to obj. 2017-02-16 15:10:59 -05:00
Makefile Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
parse.c Fix some gc mark issues and change dict to obj. 2017-02-16 15:10:59 -05:00
parse.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
README.md First commit. 2017-02-09 15:02:59 -05:00
tags First commit. 2017-02-09 15:02:59 -05:00
temp.script Remove FuncEnv and FuncDef types as implementation details 2017-02-13 16:48:11 -05:00
value.c Various small changes. 2017-02-19 11:20:18 -05:00
value.h Various small changes. 2017-02-19 11:20:18 -05:00
vm.c Various small changes. 2017-02-19 11:20:18 -05:00
vm.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00

tape

A language and vm for embeddable scripting.