| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-08 | Add code emission, pass chapter 2 tests | Shagun Agrawal | |
| Add generic code emitters Fix some minor bugs | |||
| 2024-08-04 | Cleanup for assembly generation | Shagun Agrawal | |
| 2024-08-04 | Add assembly generation for unary operators | Shagun Agrawal | |
| Adding assembly generation New opcodes, operands | |||
| 2024-08-03 | Add tacky IR stage | Shagun Agrawal | |
| Add Tacky IR stage General formatting etc | |||
| 2024-07-31 | Add multiple statements to function | Shagun Agrawal | |
| 2024-07-31 | Fix parser bug for unary operations | Shagun Agrawal | |
| 2024-07-30 | Fix linux specific compilation bug | Shagun Agrawal | |
| Add the line which specifies linux does not need executable stack at the end. | |||
| 2024-07-28 | Refactor compiler driver, add running individual stages from cli | Shagun Agrawal | |
| 2024-07-26 | Add cli options for pasing and codegen | Shagun Agrawal | |
| Add cli options specific for only parsing and codegen add logger for help in debugging | |||
| 2024-07-24 | throw exception in case of parsing failure | Shagun Agrawal | |
| passed chapter 1 tests | |||
| 2024-07-24 | fix babashka script for building script | Shagun Agrawal | |
| Changed babashka directory to create native build inside /target/cljcc folder. | |||
| 2024-07-24 | Fix reflection warnings for graal VM compilation | Shagun Agrawal | |
| 2024-07-24 | Add initial compiler implementation | Shagun Agrawal | |
| 2024-07-21 | add parser for ch1 | Shagun Agrawal | |
| 2024-07-20 | project setup | Shagun Agrawal | |
