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 a54548eaa0 Add 64 bit signed integers as a basic type. Will enable
more native bitwise operations and c integration at the expense
of complicating arithmetic.
2017-04-24 16:02:54 -04:00
client More work. 2017-04-24 13:12:55 -04:00
core Add 64 bit signed integers as a basic type. Will enable 2017-04-24 16:02:54 -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 More work. 2017-04-24 13:12:55 -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.