3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Makefile: get `make version` to work on cygwin/mingw. More... over 15 years ago
* Makefile: get `make version` to work on cygwin/mingw. More... over 15 years ago
* Makefile: a few more sizeofs and endianness defs. More... over 15 years ago
* Makefile: a few more sizeofs and endianness defs. More... over 15 years ago
* Makefile: sneaky ways of getting the makefile to work on bsd. More... over 15 years ago
* Makefile: sneaky ways of getting the makefile to work on bsd. More... over 15 years ago
* Makefile: uint and ulong sizes. a gcc one-liner! * core/compile.c: redundant macros. More... over 15 years ago
* Makefile: uint and ulong sizes. a gcc one-liner! * core/compile.c: redundant macros. More... over 15 years ago
* core: function signature parser, for use in the c api. More... over 15 years ago
* core: function signature parser, for use in the c api. More... over 15 years ago
* core: compilation under mingw. use calloc to clear khash mem. More... over 15 years ago
* core: compilation under mingw. use calloc to clear khash mem. More... over 15 years ago
* core/compile.c: counting stacks, working on path calls. More... over 15 years ago
* core/compile.c: counting stacks, working on path calls. More... over 15 years ago
* core: basic dumping and loading of bytecode is happenin. More... over 15 years ago
* core: basic dumping and loading of bytecode is happenin. More... over 15 years ago
* test: added some testing of type-related macros and method calls. * core/potion.h: bug in potion_is_ref. More... over 15 years ago
* test: added some testing of type-related macros and method calls. * core/potion.h: bug in potion_is_ref. More... over 15 years ago
* core: starting the dumping and loading of bytecode. More... over 15 years ago
* core: starting the dumping and loading of bytecode. More... over 15 years ago
* Makefile: build core/version.h before building everything else. More... over 15 years ago
* Makefile: build core/version.h before building everything else. More... over 15 years ago
* core/potion.h: the vtable TODO is cared for. More... over 15 years ago
* core/potion.h: the vtable TODO is cared for. More... over 15 years ago
* core: allow closures stored in locals to be executed with `name()`. More... over 15 years ago
* core: allow closures stored in locals to be executed with `name()`. More... over 15 years ago
* core: nested blocks. no scope or anything yet. but ran a closure, not bad. More... over 15 years ago
* core: nested blocks. no scope or anything yet. but ran a closure, not bad. More... over 15 years ago
* core: introduced the vm exec loop. ran my first program! More... over 15 years ago
* core: introduced the vm exec loop. ran my first program! More... over 15 years ago