| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-28 | Add lexing stage for floating point numbers | Shagun Agrawal | |
| 2024-12-24 | Add driver changes and float regex | Shagun Agrawal | |
| 2024-12-15 | Add lexer for unsigned int / long | Shagun Agrawal | |
| 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-03 | Add parsing for storage class specifiers | Shagun Agrawal | |
| Add parsing for extern and static keywords in declarations | |||
| 2024-08-30 | Add compound assignment operators | Shagun Agrawal | |
| Added compound assignment operators ( >>==, += etc ) Pass chapter 5 extra credit tests | |||
| 2024-08-19 | Lexer and parser changes for ch4 | Shagun Agrawal | |
| Add logical and relational operators | |||
| 2024-08-16 | Add lexer implementation for ch2 | Shagun Agrawal | |
| Add lexer implementation Add reference for base implementation of the lexer | |||
| 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 lexer | Shagun Agrawal | |
| Add custom lexer Pass chapter 1 lex stages | |||
