| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-07-26 | Add OpRet manually for functions without return | Mel |
| 2022-07-26 | Compile function environments | Mel |
| 2022-07-26 | Store functions in locals and remove hoisting | Mel |
| 2022-07-19 | Implement stack hygiene | Mel |
| 2022-07-12 | Compile continue and break statements | Mel |
| 2022-07-12 | Extract scopes and scope chain from compiler | Mel |
| 2022-07-11 | Reimplement argument counts | Mel |
| 2022-07-11 | Function compilation and minor fixes | Mel |
| 2022-07-11 | Rebuild compiler and code builder with markers | Mel |
| 2022-07-06 | Implement most of the binary operations | Mel |
| 2022-07-06 | Increment hidden i variable in ForIn code | Mel |
| 2022-07-06 | Implement ForIn statement compilation | Mel |
| 2022-07-06 | Compile Array literals | Mel |
| 2022-07-05 | Compile ForCond statements | Mel |
| 2022-07-05 | Fix nested if block compiling | Mel |
| 2022-07-03 | Compile If Stmts | Mel |
| 2022-06-26 | Change arguments order in VM to match expectation | Mel |
| 2022-06-20 | Compile rudimetary variables | Mel |
| 2022-06-12 | Create basic Expr compiler for Lang | Mel |
| 2022-06-02 | Create Lang compiler package | Mel |
