Cosmo/src
CPunch 2f9ff08cd3 Added object.* library; added cosmoO_isDescendant to cobj.[ch]
The object library includes:
- __proto getter and setter tables (might make an option to lock __proto in the future)
- ischild()

cosmoB_loadDebug was renamed to cosmoB_loadVM and now only loads the VM library
2021-02-03 13:43:26 -06:00
..
cbaselib.c Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00
cbaselib.h Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00
cchunk.c minor refactor, fixed many warnings 2021-01-01 23:06:24 -06:00
cchunk.h minor refactor, fixed many warnings 2021-01-01 23:06:24 -06:00
cdebug.c Minor refactoring, added OP_GETMETHOD 2021-01-16 15:40:58 -06:00
cdebug.h Minor refactoring, added OP_GETMETHOD 2021-01-16 15:40:58 -06:00
clex.c Added basic math.* library, fixed number lexer edgecase 2021-01-29 15:45:24 -06:00
clex.h Added Hexadecimal encoding and binary encoding to numbers using '0x' and '0b' 2021-01-18 19:42:15 -06:00
cmem.c Fixed table iteration bug, added vm.globals to debug lib 2021-01-25 16:14:51 -06:00
cmem.h Minor VM refactor + GC bug fix 2021-01-23 17:16:45 -06:00
cobj.c Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00
cobj.h Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00
coperators.c minor refactor, fixed many warnings 2021-01-01 23:06:24 -06:00
coperators.h Minor refactoring, added OP_GETMETHOD 2021-01-16 15:40:58 -06:00
cosmo.h Fixed table iteration bug, added vm.globals to debug lib 2021-01-25 16:14:51 -06:00
cparse.c Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00
cparse.h minor refactor, fixed many warnings 2021-01-01 23:06:24 -06:00
cstate.c Fixed table iteration bug, added vm.globals to debug lib 2021-01-25 16:14:51 -06:00
cstate.h Fixed table iteration bug, added vm.globals to debug lib 2021-01-25 16:14:51 -06:00
ctable.c Minor table refactor, added cosmoV_compileString and loadstring() to baselib 2021-01-10 14:38:53 -06:00
ctable.h Minor table refactor, added cosmoV_compileString and loadstring() to baselib 2021-01-10 14:38:53 -06:00
cvalue.c added tonumber() and tostring() to base lib 2021-01-13 14:13:55 -06:00
cvalue.h added tonumber() and tostring() to base lib 2021-01-13 14:13:55 -06:00
cvm.c Added 'local' support for 'proto', fixed DOS bug in proto parser 2021-01-31 12:06:20 -06:00
cvm.h Minor refactor, added vm.* library 2021-01-25 15:04:16 -06:00
main.c Added object.* library; added cosmoO_isDescendant to cobj.[ch] 2021-02-03 13:43:26 -06:00