* core: the vm is no longer recursive, but forced tail recursive like the lua vm. |
|
More...
|
over 16 years ago
|
* core: working on cmp, bitl, bitr, neq, eq opcodes. |
|
More...
|
over 16 years ago
|
* core: working on cmp, bitl, bitr, neq, eq opcodes. |
|
More...
|
over 16 years ago
|
* core: align PN_OP struct to four bytes for three arguments, the first being a 6-bit opcode. |
|
More...
|
over 16 years ago
|
* core: align PN_OP struct to four bytes for three arguments, the first being a 6-bit opcode. |
|
More...
|
over 16 years ago
|
* core: okay, moved over to PN_OP struct. |
|
More...
|
over 16 years ago
|
* core: okay, moved over to PN_OP struct. |
|
More...
|
over 16 years ago
|
* core: more opcodes, more compilation. i'm erring on the side of more opcodes, since i don't want third parameters like lua. |
|
More...
|
over 16 years ago
|
* core: more opcodes, more compilation. i'm erring on the side of more opcodes, since i don't want third parameters like lua. |
|
More...
|
over 16 years ago
|
* core: get function signatures to bind the appropriate local vars. |
|
More...
|
over 16 years ago
|
* core: get function signatures to bind the appropriate local vars. |
|
More...
|
over 16 years ago
|
* core/compile.c: compile the function signatures. |
|
More...
|
over 16 years ago
|
* core/compile.c: compile the function signatures. |
|
More...
|
over 16 years ago
|
* Makefile: return 0 so rm -f can happen. |
|
More...
|
over 16 years ago
|
* Makefile: return 0 so rm -f can happen. |
|
More...
|
over 16 years ago
|
* Makefile: get `make version` to work on cygwin/mingw. |
|
More...
|
over 16 years ago
|
* Makefile: get `make version` to work on cygwin/mingw. |
|
More...
|
over 16 years ago
|
* Makefile: a few more sizeofs and endianness defs. |
|
More...
|
over 16 years ago
|
* Makefile: a few more sizeofs and endianness defs. |
|
More...
|
over 16 years ago
|
* Makefile: sneaky ways of getting the makefile to work on bsd. |
|
More...
|
over 16 years ago
|
* Makefile: sneaky ways of getting the makefile to work on bsd. |
|
More...
|
over 16 years ago
|
* Makefile: uint and ulong sizes. a gcc one-liner! * core/compile.c: redundant macros. |
|
More...
|
over 16 years ago
|
* Makefile: uint and ulong sizes. a gcc one-liner! * core/compile.c: redundant macros. |
|
More...
|
over 16 years ago
|
* core: function signature parser, for use in the c api. |
|
More...
|
over 16 years ago
|
* core: function signature parser, for use in the c api. |
|
More...
|
over 16 years ago
|
* core: compilation under mingw. use calloc to clear khash mem. |
|
More...
|
over 16 years ago
|
* core: compilation under mingw. use calloc to clear khash mem. |
|
More...
|
over 16 years ago
|
* core/compile.c: counting stacks, working on path calls. |
|
More...
|
over 16 years ago
|
* core/compile.c: counting stacks, working on path calls. |
|
More...
|
over 16 years ago
|
* core: basic dumping and loading of bytecode is happenin. |
|
More...
|
over 16 years ago
|