Age | Commit message (Expand) | Author |
---|---|---|
2020-10-18 | eval: fix segmentation faults with self-invoking functions | Jo-Philipp Wich |
2020-10-15 | syntax: allow consecutive case values | Jo-Philipp Wich |
2020-10-14 | treewide: unify error handling | Jo-Philipp Wich |
2020-10-14 | treewide: rework source file and callstack handling | Jo-Philipp Wich |
2020-10-14 | lexer: rewrite | Jo-Philipp Wich |
2020-10-06 | eval: properly break out of switch/case on return/continue/exception | Jo-Philipp Wich |
2020-10-06 | eval: restore context pointer of first evaluated dot/bracket expression | Jo-Philipp Wich |
2020-10-04 | treewide: rework function scoping | Jo-Philipp Wich |
2020-09-22 | syntax: allow empty switch statements | Jo-Philipp Wich |
2020-09-21 | tests: add try/catch testcase | Jo-Philipp Wich |
2020-09-21 | tests: fix `this` context testcase | Jo-Philipp Wich |
2020-09-15 | tests: add test for "this" context | Jo-Philipp Wich |
2020-09-14 | tests: add initial runtime tests | Jo-Philipp Wich |