1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
A dynamic language and bytecode VM.
Go to file
Calvin Rose c64282f8bf Still searching for the bug, which seems to have to do
an Array created in the copmile phase being freed early.
2017-02-12 22:25:17 -05:00
.gitignore Add simple disassembler for debugging. Does not use labels. 2017-02-11 14:02:48 -05:00
compile.c Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
compile.h Make some changes and begin work on macros. 2017-02-12 15:20:41 -05:00
datatypes.h Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
disasm.c Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54: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 Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
main.c Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
Makefile Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
parse.c Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
parse.h First commit. 2017-02-09 15:02:59 -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
value.c Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
value.h Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00
vm.c Still searching for the bug, which seems to have to do 2017-02-12 22:25:17 -05:00
vm.h Add get and set instructions. GC is still buggy and currently 2017-02-12 21:54:18 -05:00

tape

A language and vm for embeddable scripting.