3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 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
* README: outlining the object model. More... over 15 years ago
* README: outlining the object model. More... over 15 years ago
* core: figured out my register strategy. parsing of blocks, protos, methods now working closer to what i like. More... over 15 years ago
* core: figured out my register strategy. parsing of blocks, protos, methods now working closer to what i like. More... over 15 years ago
* core: adding more opcodes, working on more compile steps, fixing grammar issues. More... over 15 years ago
* core: adding more opcodes, working on more compile steps, fixing grammar issues. More... over 15 years ago
* core: continuing work on the compiler, inspection of byte code. More... over 15 years ago
* core: continuing work on the compiler, inspection of byte code. More... over 15 years ago
* core/string.c: bug in string table was causing duplicate strings. i didn't know it but khash needs to keep a pointer to the string key, for comparison later. that's fine, but i need to give it the pointer to the single PN allocated when the key is inserted. strings sent through potion_str2 screwed things up because they are altered after insertion. * core/potion.h: structure for keeping compiled bytecode. More... over 15 years ago
* core/string.c: bug in string table was causing duplicate strings. i didn't know it but khash needs to keep a pointer to the string key, for comparison later. that's fine, but i need to give it the pointer to the single PN allocated when the key is inserted. strings sent through potion_str2 screwed things up because they are altered after insertion. * core/potion.h: structure for keeping compiled bytecode. More... over 15 years ago
* core/pn-scan.rl: playing with the modulo operator. More... over 15 years ago
* core/pn-scan.rl: playing with the modulo operator. More... over 15 years ago
* core/potion.h: discovered allocation problem, casting to PN_NUM and back wasn't happening in PN_OBJ_ALLOC. More... over 15 years ago
* core/potion.h: discovered allocation problem, casting to PN_NUM and back wasn't happening in PN_OBJ_ALLOC. More... over 15 years ago
* core: add inspect to primitives. More... over 15 years ago
* core: add inspect to primitives. More... over 15 years ago
* example/fib.pn: the fibonacci example. More... over 15 years ago
* example/fib.pn: the fibonacci example. More... over 15 years ago
* core: byte streams and starting work on the compiler. More... over 15 years ago
* core: byte streams and starting work on the compiler. More... over 15 years ago
* Makefile: don't count `tools` in the sloc count. More... over 15 years ago
* Makefile: don't count `tools` in the sloc count. More... over 15 years ago
* core: asts for the data nodes. More... over 15 years ago
* core: asts for the data nodes. More... over 15 years ago
* core: store root ast in P->source. count bad allocations. * tools: include lemon, since so many versions are out there. More... over 15 years ago
* core: store root ast in P->source. count bad allocations. * tools: include lemon, since so many versions are out there. More... over 15 years ago
* core: solve warnings. i guess %zd is the printf format for size_t. More... over 15 years ago
* core: solve warnings. i guess %zd is the printf format for size_t. More... over 15 years ago
* core: parser now producing an ast. More... over 15 years ago
* core: parser now producing an ast. More... over 15 years ago