Age | Commit message (Expand) | Author |
---|---|---|
2021-03-31 | compiler: actually expand block scope fix to for/while alt syntax | Jo-Philipp Wich |
2021-03-31 | compiler: ensure that alternative if/for/while syntax has own block scope | Jo-Philipp Wich |
2021-03-29 | compiler: rework switch statement code generation | Jo-Philipp Wich |
2021-03-24 | compiler: fix for/break miscompilation | Jo-Philipp Wich |
2021-03-23 | compiler: fix another try/catch miscompilation | Jo-Philipp Wich |
2021-03-12 | compiler: fix parsing of arrow functions with single expression body | Jo-Philipp Wich |
2021-03-11 | compiler: fix switch case->default fallthrough | Jo-Philipp Wich |
2021-02-26 | compiler: fix try/catch miscompilation | Jo-Philipp Wich |
2021-02-26 | lexer: improvements | Jo-Philipp Wich |
2021-02-17 | syntax: support ES2015 computed property names | Jo-Philipp Wich |
2021-02-17 | syntax: support ES2015 shorthand property names | Jo-Philipp Wich |
2021-02-17 | treewide: rewrite ucode interpreter | Jo-Philipp Wich |