summaryrefslogtreecommitdiffhomepage
path: root/value.c
AgeCommit message (Expand)Author
2021-06-08treewide: let uc_cmp() use instruction instead of token numbersJo-Philipp Wich
2021-05-18syntax: implement `delete` as proper operatorJo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-26treewide: address various sign-compare warningsJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-03-19value: fix accessing array indexes with non-numeric valuesJo-Philipp Wich
2021-03-08value: ensure proper result of relational NaN comparisonJo-Philipp Wich
2021-03-08value: support traversing the prototype chain of array valuesJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich