1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 15:43:17 +00:00
A dynamic language and bytecode VM.
Go to file
Calvin Rose 9856142fef Refactor code. Separate code into different modules to
separate the minimum runtime from auxiliary functions.
Change makefile to allow building static libraries.
2017-03-15 20:56:37 -04:00
clibs Refactor code. Separate code into different modules to 2017-03-15 20:56:37 -04:00
client Refactor code. Separate code into different modules to 2017-03-15 20:56:37 -04:00
core Refactor code. Separate code into different modules to 2017-03-15 20:56:37 -04:00
.gitignore Rename binary 2017-03-15 01:27:56 -04:00
Makefile Refactor code. Separate code into different modules to 2017-03-15 20:56:37 -04:00
README.md Keep readme minimal for now 2017-03-10 00:23:59 -05:00
sample.gst Work on more fixes to calling convention 2017-03-14 15:55:50 -04:00

gst

A language and vm.