| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-26 | Add function declaration validation | Shagun Agrawal | |
| Add function declaration validation Typechecking ( parameter count checks ) | |||
| 2024-10-15 | Add parser and analyzer changes for fn declarations | Shagun Agrawal | |
| Function declaration resolution | |||
| 2024-10-02 | Add function declaration and definition parsing | Shagun Agrawal | |
| Pass Chapter 9 tests Add function parsing | |||
| 2024-09-02 | Add parsing, validation stages for, do, while loops | Shagun Agrawal | |
| 2024-08-30 | Add compound statements | Shagun Agrawal | |
| Adding compound statements Variable values changed based on scope | |||
| 2024-08-30 | Implement if and conditional expressions in Tacky IR | Shagun Agrawal | |
| 2024-08-30 | Add parsing for conditional and if statements | Shagun Agrawal | |
| 2024-08-30 | Add compound assignment operators | Shagun Agrawal | |
| Added compound assignment operators ( >>==, += etc ) Pass chapter 5 extra credit tests | |||
| 2024-08-22 | Add analyzer for validating program semantics | Shagun Agrawal | |
| Add validator for semantic analysis Pass ch5 test cases for validate flag | |||
| 2024-08-21 | Update parser for statements, declarations | Shagun Agrawal | |
| Pass chapter 5 parser tests Add operators like =, variable declarations. | |||
| 2024-08-19 | Add tacky for relational and logical operators | Shagun Agrawal | |
| 2024-08-19 | Lexer and parser changes for ch4 | Shagun Agrawal | |
| Add logical and relational operators | |||
| 2024-08-18 | Fix tacky, assembly, emit phase for chapter 3 | Shagun Agrawal | |
| 2024-08-17 | Add parser changes for ch2 | Shagun Agrawal | |
| 2024-08-16 | Switch to hand made parser, refactor asts to adjust change | Shagun Agrawal | |
| Switch to hand made recursive descent parser. Remove instaparse from dependencies. | |||
| 2024-08-11 | Add bitwise operators | Shagun Agrawal | |
| 2024-08-10 | Add parsing and tacky generation for binary operators | Shagun Agrawal | |
| Fix grammar to handle left associativity Update parser for binary operators Update tacky generation for binary operators | |||
| 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-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 | Add initial compiler implementation | Shagun Agrawal | |
