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 20bb5a18f7 Remove symbol type in favor of only strings. Anticipate
addition of struct type, which will be an immutable hashtable.
2017-04-14 13:41:32 -04:00
client Remove symbol type in favor of only strings. Anticipate 2017-04-14 13:41:32 -04:00
core Remove symbol type in favor of only strings. Anticipate 2017-04-14 13:41:32 -04:00
gsttests More work on cleaing up code. 2017-03-26 11:47:58 -04:00
include/gst Remove symbol type in favor of only strings. Anticipate 2017-04-14 13:41:32 -04:00
libs Use fewer special forms in c compiler. This should 2017-04-12 10:31:50 -04:00
.gitignore Fix gitignore 2017-03-26 15:44:57 -04:00
Makefile Begin implementing module system. 2017-04-12 21:21:46 -04:00
README.md Keep readme minimal for now 2017-03-10 00:23:59 -05:00

gst

A language and vm.