Cosmo/src
CPunch 0beeee0fdf Added dictionary support to OP_ITER
ISTRING_RESERVED was added to iStrings
call & callCFunction now use memmove instead of memcpy
Additionally, added cosmoO_setUserP, cosmoO_getUserP, cosmoO_setUserI and cosmoO_getUserI to the C API.
2020-12-17 19:44:04 -06:00
..
cbaselib.c multiple return value support added to VM 2020-12-12 21:53:12 -06:00
cbaselib.h multiple return value support added to VM 2020-12-12 21:53:12 -06:00
cchunk.c extended lexer, fixed table shrinking 2020-11-25 23:34:02 -06:00
cchunk.h Initial commit 2020-10-28 00:16:30 -05:00
cdebug.c Added iterable objects 2020-12-15 21:21:51 -06:00
cdebug.h Initial commit 2020-10-28 00:16:30 -05:00
clex.c Added iterable objects 2020-12-15 21:21:51 -06:00
clex.h Added iterable objects 2020-12-15 21:21:51 -06:00
cmem.c Added dictionaries {} 2020-12-09 20:32:42 -06:00
cmem.h added cosmoM_addRoot & cosmoM_removeRoot 2020-12-07 15:53:23 -06:00
cobj.c Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
cobj.h Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
coperators.c Initial commit 2020-10-28 00:16:30 -05:00
coperators.h made OP_ITER and OP_NEXT use CObjMethods 2020-12-16 03:51:50 -06:00
cosmo.h renamed cosmoV_makeObject 2020-12-05 17:55:09 -06:00
cparse.c made OP_ITER and OP_NEXT use CObjMethods 2020-12-16 03:51:50 -06:00
cparse.h added module names for functions 2020-12-09 12:23:16 -06:00
cstate.c Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
cstate.h Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
ctable.c added support for NaN boxing (8 byte CValues!) 2020-12-04 00:04:14 -06:00
ctable.h added # operator, improved error messages 2020-11-30 12:32:04 -06:00
cvalue.c added support for NaN boxing (8 byte CValues!) 2020-12-04 00:04:14 -06:00
cvalue.h replaced facttest.lua with fibtest.lua 2020-12-07 23:26:55 -06:00
cvm.c Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
cvm.h multiple return value support added to VM 2020-12-12 21:53:12 -06:00
main.c multiple return value support added to VM 2020-12-12 21:53:12 -06:00