Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Step 13: Extending the syntax. | David Thompson | 2022-11-29 | 1 | -108/+463 |
* | Step 12: Assignment | David Thompson | 2022-11-29 | 1 | -2/+151 |
* | Refactor, reorganize, allow let to have multiple body expressions. | David Thompson | 2022-10-06 | 1 | -54/+111 |
* | Step 11: Complex Constants | David Thompson | 2022-09-22 | 1 | -35/+129 |
* | Step 10: Proper Tail Calls | David Thompson | 2022-09-22 | 1 | -6/+98 |
* | Step 9: Closures | David Thompson | 2022-09-22 | 1 | -80/+252 |
* | Step 8: Procedure Calls | David Thompson | 2022-09-22 | 1 | -14/+109 |
* | Step 7: Heap Allocation | David Thompson | 2022-09-22 | 1 | -29/+216 |
* | Step 6: Conditional Expressions | David Thompson | 2022-09-22 | 1 | -3/+49 |
* | refactor: Define variables/procedures for registers/instructions. | David Thompson | 2022-09-22 | 1 | -44/+99 |
* | Step 5: Local Variables | David Thompson | 2022-09-22 | 1 | -36/+77 |
* | Use the proper 64 bit instructions. | David Thompson | 2022-09-22 | 1 | -31/+31 |
* | Step 4: Binary Primitives | David Thompson | 2022-09-22 | 1 | -49/+121 |
* | Step 3: Unary Primitives | David Thompson | 2022-08-10 | 1 | -12/+150 |
* | Step 2: Immediate Constants | David Thompson | 2022-08-10 | 1 | -1/+18 |
* | Step 1: Integers | David Thompson | 2022-08-10 | 1 | -0/+17 |