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 7cdf33eb90 Modify some files. Also begin open addressing hash
dictionary for use in compiler. Might also move normal
object to open addressing for less pressure on gc.
2017-02-28 20:20:29 -05:00
.idea Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
.gitignore Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
compile.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
compile.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
datatypes.h Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
dict.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
disasm.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
disasm.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
ds.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
ds.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
gc.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
gc.h Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
main.c Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
Makefile Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
parse.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
parse.h Rename everything to be prefixed with gst. No particluar meaning 2017-02-15 21:02:00 -05:00
parser.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -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 Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
util.h Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
value.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
value.h Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00
vm.c Modify some files. Also begin open addressing hash 2017-02-28 20:20:29 -05:00
vm.h Breaking up functionality into more modules. 2017-02-23 17:21:13 -05:00

tape

A language and vm for embeddable scripting.