Age | Commit message (Expand) | Author |
---|---|---|
2020-11-05 | syntax: implement ES6-like arrow function syntax | Jo-Philipp Wich |
2020-11-04 | tests: add illegal syntax tests for rest arguments | Jo-Philipp Wich |
2020-11-03 | syntax: implement ES6-like spread operator | Jo-Philipp Wich |
2020-11-03 | syntax: implement ES6-like rest parameters for variadic functions | Jo-Philipp Wich |
2020-11-02 | syntax: support `elif` clauses for alternative `if` syntax | Jo-Philipp Wich |
2020-10-14 | treewide: unify error handling | Jo-Philipp Wich |
2020-09-15 | eval: only set "this" scope for functions being object members | Jo-Philipp Wich |
2020-09-13 | tests: extend for-loop tests to cover local variants | Jo-Philipp Wich |
2020-09-10 | treewide: implement default lstrip_blocks and trim_blocks behaviour | Jo-Philipp Wich |
2020-09-08 | tests: add further arithmetic and syntax test cases | Jo-Philipp Wich |
2020-09-07 | tests: add object/array literal and arithmetic test cases | Jo-Philipp Wich |
2020-09-07 | tests: introduce testcases | Jo-Philipp Wich |