summaryrefslogtreecommitdiffhomepage
path: root/vm.c
AgeCommit message (Expand)Author
2021-06-08vm: add support for I_LE and I_GE instructionsJo-Philipp Wich
2021-06-08treewide: let uc_cmp() use instruction instead of token numbersJo-Philipp Wich
2021-06-08lexer, vm: reorder token and instruction numbersJo-Philipp Wich
2021-05-18syntax: implement `delete` as proper operatorJo-Philipp Wich
2021-05-10vm: implement mechanism to change output file descriptorJo-Philipp Wich
2021-05-07vm: truncate long values after 60 chars in trace outputJo-Philipp Wich
2021-05-04Merge pull request #8 from jow-/introduce-use-strictJo-Philipp Wich
2021-05-04syntax: implement support for 'use strict' pragmaJo-Philipp Wich
2021-05-04vm, compiler: get rid of unused struct membersJo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-27vm: improve context for early errorsJo-Philipp Wich
2021-04-26treewide: address various sign-compare warningsJo-Philipp Wich
2021-04-26types: support creating ressource values without associated typeJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-03-29vm: add trace mode instruction dump output fixesJo-Philipp Wich
2021-03-26vm: fix another for-loop memory leakJo-Philipp Wich
2021-03-25vm: fix further memory leaks in trace modeJo-Philipp Wich
2021-03-25vm: fix loop variable memory leak in NEXTK/NEXTKV instructionJo-Philipp Wich
2021-03-23vm: fix leaking source context strings in trace modeJo-Philipp Wich
2021-03-11vm: gracefully handle property setting on non-array, non-object valuesJo-Philipp Wich
2021-03-08vm: use uc_prototype_lookup() to obtain require function pointerJo-Philipp Wich
2021-03-08vm: fix global scope refcount imbalanceJo-Philipp Wich
2021-02-25vm: use portable printf format for pointer differencesJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich