A dynamic language and bytecode VM.
Go to file
Calvin Rose 47d9aceb0a Fix return bug that caused problems with
resetting the pc.
2017-02-12 10:49:45 -05:00
.gitignore Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
Makefile Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
README.md First commit. 2017-02-09 15:02:59 -05:00
compile.c Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
compile.h Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
datatypes.h Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
disasm.c Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
disasm.h Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
ds.c Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
ds.h More work on compiler. 2017-02-09 23:28:11 -05:00
main.c Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
parse.c More work on compiler. 2017-02-09 23:28:11 -05:00
parse.h First commit. 2017-02-09 15:02:59 -05:00
tags First commit. 2017-02-09 15:02:59 -05:00
value.c Several changes to VM and Compiler. Still WIP 2017-02-12 10:27:18 -05:00
value.h More work on compiler. 2017-02-09 23:28:11 -05:00
vm.c Fix return bug that caused problems with 2017-02-12 10:49:45 -05:00
vm.h Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00

README.md

tape

A language and vm for embeddable scripting.