Cosmo/src
CPunch bccabdebd7 Fixed OP_INCOBJECT to properly handle dicts
minor refactoring in OP_INCINDEX
2021-01-01 22:52:54 -06:00
..
cbaselib.c added string.sub() 2020-12-31 02:26:06 -06:00
cbaselib.h added string.sub() 2020-12-31 02:26:06 -06:00
cchunk.c extended lexer, fixed table shrinking 2020-11-25 23:34:02 -06:00
cchunk.h fixed typos 2020-12-19 13:32:43 -06:00
cdebug.c Added modulo operator '%' 2021-01-01 00:47:15 -06:00
cdebug.h Initial commit 2020-10-28 00:16:30 -05:00
clex.c Added modulo operator '%' 2021-01-01 00:47:15 -06:00
clex.h Added modulo operator '%' 2021-01-01 00:47:15 -06:00
cmem.c fixed typos 2020-12-19 13:32:43 -06:00
cmem.h fixed typos 2020-12-19 13:32:43 -06:00
cobj.c Added `.` get/set support for dictionaries. 2020-12-30 17:51:59 -06:00
cobj.h Added `.` get/set support for dictionaries. 2020-12-30 17:51:59 -06:00
coperators.c Initial commit 2020-10-28 00:16:30 -05:00
coperators.h Added modulo operator '%' 2021-01-01 00:47:15 -06:00
cosmo.h Added assert() to base library 2020-12-27 13:36:17 -06:00
cparse.c better unary increment support for indexes & fields 2021-01-01 22:09:42 -06:00
cparse.h fixed typos 2020-12-19 13:32:43 -06:00
cstate.c cosmoV_register now uses the stack to pass params 2020-12-19 21:15:12 -06:00
cstate.h detect stack overflows 2021-01-01 19:20:24 -06:00
ctable.c fixed typos 2020-12-19 13:32:43 -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 Fixed OP_INCOBJECT to properly handle dicts 2021-01-01 22:52:54 -06:00
cvm.h added SAFE_STACK flag 2021-01-01 20:02:36 -06:00
main.c Added cosmoV_pushFString(), and cosmoO_pushVFString(). 2020-12-22 15:13:11 -06:00