1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Makefile: sloc make tasks, to roughly count the lines of code in the distro. More... over 16 years ago
* core: add a string method, remove the --test option, solve warnings. More... over 16 years ago
* core: add a string method, remove the --test option, solve warnings. More... over 16 years ago
* core: add number methods, get strings table happening. More... over 16 years ago
* core: add number methods, get strings table happening. More... over 16 years ago
* core: wrapped up a basic object model, based on id, but i don't allocate a vtable for every object. a vtable is defined only when a method is defined. More... over 16 years ago
* core: wrapped up a basic object model, based on id, but i don't allocate a vtable for every object. a vtable is defined only when a method is defined. More... over 16 years ago
* core/potion.h: importing table/array type from lua. More... over 16 years ago
* core/potion.h: importing table/array type from lua. More... over 16 years ago
* Makefile: in todo task, show line number and trim the sentence. More... over 16 years ago
* Makefile: in todo task, show line number and trim the sentence. More... over 16 years ago
* core/string.c: basic string allocation and hashing, borrowed from lua. * Makefile: the 'todo' task, scans for code marked unfinished. More... over 16 years ago
* core/string.c: basic string allocation and hashing, borrowed from lua. * Makefile: the 'todo' task, scans for code marked unfinished. More... over 16 years ago
* core/potion.h: starting work on strings and vtables. * core/internal.c: allocation of Potion state. * COPYING: adding lua and obj.c copyrights. More... over 16 years ago
* core/potion.h: starting work on strings and vtables. * core/internal.c: allocation of Potion state. * COPYING: adding lua and obj.c copyrights. More... over 16 years ago
* core/potion.c: on the fibonacci, do a type check. * core/objmodel.c: store the next available vt id. More... over 16 years ago
* core/potion.c: on the fibonacci, do a type check. * core/objmodel.c: store the next available vt id. More... over 16 years ago
* README: describtion. More... over 16 years ago
* README: describtion. More... over 16 years ago
* core/objmodel.c: sketching out the basic object model, inspired by ian piumarta's extensible id model. * core/potion.h: the closure struct. More... over 16 years ago
* core/objmodel.c: sketching out the basic object model, inspired by ian piumarta's extensible id model. * core/potion.h: the closure struct. More... over 16 years ago
* core/potion.h: PNGarbage, the gc header for each object. More... over 16 years ago
* core/potion.h: PNGarbage, the gc header for each object. More... over 16 years ago
* core: detailing the primitive types in core/potion.h. using a ruby VALUE-like structure to decrease memory use and increase math speeds. the price is paid in PN_TYPE, but it's very minor. More... over 16 years ago
* core: detailing the primitive types in core/potion.h. using a ruby VALUE-like structure to decrease memory use and increase math speeds. the price is paid in PN_TYPE, but it's very minor. More... over 16 years ago
* Makefile: adding -Wall. * core: cleaning up some warnings. More... over 16 years ago
* Makefile: adding -Wall. * core: cleaning up some warnings. More... over 16 years ago
* core: okay, first checkin. the parser is coming together. started this on the 15th. More... over 16 years ago
* core: okay, first checkin. the parser is coming together. started this on the 15th. More... over 16 years ago