| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-24 | Add driver changes and float regex | Shagun Agrawal | |
| 2024-12-16 | Add parsing for unsigned / signed int, long | Shagun Agrawal | |
| 2024-12-15 | Add lexer for unsigned int / long | Shagun Agrawal | |
| 2024-12-08 | Add tacky phase for long type generation | Shagun Agrawal | |
| Tacky phase generation for for long types Refactor expression handling for Tacky phase by using postwalk function Refactor symbol namespaces | |||
| 2024-11-21 | Add semantic analysis stage for long type | Shagun Agrawal | |
| Refactors semantic analysis files to subfolder | |||
| 2024-11-16 | Lexing and parsing stage for long type specifier | Shagun Agrawal | |
| Add long and parser type specifiers Add malli schema for parsing stage | |||
| 2024-11-02 | Add static and extern keywords to lexer | Shagun Agrawal | |
| 2024-09-19 | Add driver option and lexing stage for functions Ch 9 | Shagun Agrawal | |
| 2024-09-02 | Add parsing, validation stages for, do, while loops | 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-21 | Update parser for statements, declarations | Shagun Agrawal | |
| Pass chapter 5 parser tests Add operators like =, variable declarations. | |||
| 2024-08-19 | Lexer and parser changes for ch4 | Shagun Agrawal | |
| Add logical and relational operators | |||
| 2024-08-18 | Add bitwise operators | Shagun Agrawal | |
| Pass chapter 3 bitwise operators | |||
| 2024-08-18 | Fix tacky, assembly, emit phase for chapter 3 | Shagun Agrawal | |
| 2024-08-16 | Add lexer implementation for ch2 | Shagun Agrawal | |
| Add lexer implementation Add reference for base implementation of the lexer | |||
| 2024-08-11 | Add lexer | Shagun Agrawal | |
| Add custom lexer Pass chapter 1 lex stages | |||
