summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax
AgeCommit message (Expand)Author
2024-03-13vm: rework `in` operator semanticsJo-Philipp Wich
2022-12-02tests: fixup testcasesJo-Philipp Wich
2022-11-29compiler: fix bytecode for logical assignments of propertiesJo-Philipp Wich
2022-11-22compiler: ensure that arrow functions with block bodies return no valueJo-Philipp Wich
2022-11-15compiler: fix `??=`, `||=` and `&&=` logical assignment semanticsJo-Philipp Wich
2022-10-05lexer: fixes for regex literal parsingJo-Philipp Wich
2022-10-04lexer: improve regex literal handlingJo-Philipp Wich
2022-06-01syntax: adjust number literal parsing and string to number conversionJo-Philipp Wich
2022-04-13syntax: implement support for ES6 template literalsJo-Philipp Wich
2022-03-23treewide: replace some leftover "utpl" occurrences, update .gitignoreJo-Philipp Wich
2022-03-15tests: 21_regex_literals: generalize syntax error test caseJo-Philipp Wich
2022-03-07syntax: support add new operatorsJo-Philipp Wich
2022-01-04treewide: rework numeric value handlingJo-Philipp Wich
2021-12-01syntax: disallow keywords in object property shorthand notationJo-Philipp Wich
2021-10-11syntax: introduce optional chaining operatorsJo-Philipp Wich
2021-05-11compiler: fix local for-loop initializer variable declarationsJo-Philipp Wich
2021-05-04syntax: implement support for 'use strict' pragmaJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-04-23tests: create custom tests from current tests casesPetr Štetiar