A dynamic language and bytecode VM.
Go to file
Calvin Rose 6677dff337 Rename everything to be prefixed with gst. No particluar meaning
or reason for that name, but its available and it irked me to see
non prefixed c code for something that is supposed to be emeddable.
2017-02-15 21:02:00 -05:00
.gitignore Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
Makefile Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
README.md First commit. 2017-02-09 15:02:59 -05:00
compile.c Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
compile.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
datatypes.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
disasm.c Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -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 Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
parse.c Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
parse.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -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 Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
value.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
vm.c Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
vm.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00

README.md

tape

A language and vm for embeddable scripting.