Commit Graph

20 Commits

Author SHA1 Message Date
c5bd0c2478 More performant OP_GETOBJECT & OP_SETOBJECT
constant indexes are now embedded in the instruction
2021-01-07 17:19:17 -06:00
7e9b61e018 minor refactor, fixed many warnings 2021-01-01 23:06:24 -06:00
f6aaeb3417 fixed typos 2020-12-19 13:32:43 -06:00
b936827cc6 added support for NaN boxing (8 byte CValues!) 2020-12-04 00:04:14 -06:00
08c640cd58 added # operator, improved error messages 2020-11-30 12:32:04 -06:00
9dcd1c909a fixed needless pop in _main chunk 2020-11-27 19:42:00 -06:00
fe2bcf8ae6 fixed GC bug, extended strings 2020-11-27 19:34:54 -06:00
0745fd10a9 extended lexer, fixed table shrinking 2020-11-25 23:34:02 -06:00
bb11b3b309 added support for __newindex 2020-11-24 15:16:37 -06:00
46b99ab390 minor refactoring, added inc and dec operators 2020-11-19 14:41:21 -06:00
e6a377dfd0 added comments 2020-11-17 14:39:02 -06:00
c1854bdcf1 shrink based on count 2020-11-17 14:34:30 -06:00
7182f5ccd1 do GC before table array is allocated 2020-11-17 14:32:20 -06:00
ef8218996c fix clang warning 2020-11-17 03:38:00 -06:00
1189dc4b78 correctly mark tombstones 2020-11-17 03:36:56 -06:00
1329b72fcd fixed GC bug 2020-11-17 03:10:55 -06:00
aa975b7330 minor refactoring + non-zero int fixed 2020-11-05 19:53:55 -06:00
ffa6ca22e3 +NUM to getValueHash() 2020-11-04 21:37:45 -06:00
e1d33855c3 added basic objects 2020-11-03 22:10:51 -06:00
2e1b745624 Initial commit 2020-10-28 00:16:30 -05:00