| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-08-16 | Add drop after adding element to array literal | Mel |
| 2022-08-16 | Ensure correct argument stack order in all cases | Mel |
| 2022-08-11 | Actual modules and core | Mel |
| 2022-07-28 | Compile type declarations correctly | 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-11 | Reimplement argument counts | Mel |
| 2022-07-11 | Function compilation and minor fixes | 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-14 | Make Compiler tests pass | Mel |
| 2022-06-12 | Create basic Expr compiler for Lang | Mel |
