-
Notifications
You must be signed in to change notification settings - Fork 5
Home
goccy edited this page Aug 15, 2012
·
4 revisions
-
Current Supported Types Int, Double, String, Array
-
String APIs write
-
Array APIs push, write, at
-
Current Supported Syntax if stmt, else stmt, while stmt, for stmt simple function (void argument or multiple argument) recursive call
-
Current Supported Garbage Collection Mark & Sweep GC (devel)
-
Current Supported JIT Tracing JIT (by libjit)
-
TODO elsif stmt, unless stmt, (&&, ||) operator, post position (if/unless) stmt, 3 term operation, Array_set Hash Object, Blessed Object,