1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-01 08:20:40 +00:00
janet/include/gst
bakpakin 0a96e45c4a Change object to table type.
Tables are simpler and don't do inheritance via metatables. This means
object polymorphism will be done through a different mechanism rather
than Lua-like metatables. Perhaps smalltalk style messaging using
functions as objects, or lisp-like method dispatch.
2017-04-24 21:00:56 -04:00
..
compile.h Add license header to all source files. 2017-04-17 22:40:39 -04:00
disasm.h Add license header to all source files. 2017-04-17 22:40:39 -04:00
gst.h Change object to table type. 2017-04-24 21:00:56 -04:00
parse.h Add license header to all source files. 2017-04-17 22:40:39 -04:00
stl.h Add license header to all source files. 2017-04-17 22:40:39 -04:00