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 652b250718 Finish simple pretty printer in gst.
Discovered memory leaks. Seems to have to do with improper marking of
the stack and or the VM messes up the stack.
2017-04-24 18:09:23 -04:00
client More work. 2017-04-24 13:12:55 -04:00
core Finish simple pretty printer in gst. 2017-04-24 18:09:23 -04:00
gsttests More work on cleaing up code. 2017-03-26 11:47:58 -04:00
include/gst Add 64 bit signed integers as a basic type. Will enable 2017-04-24 16:02:54 -04:00
libs Finish simple pretty printer in gst. 2017-04-24 18:09:23 -04:00
.gitignore Fix gitignore 2017-03-26 15:44:57 -04:00
LICENSE License 2017-04-17 22:36:44 -04:00
Makefile Add readline to repl for better experience 2017-04-19 12:56:29 -04:00
README.md Keep readme minimal for now 2017-03-10 00:23:59 -05:00

gst

A language and vm.