aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/token.clj
AgeCommit message (Collapse)Author
2024-08-21Update parser for statements, declarationsShagun Agrawal
Pass chapter 5 parser tests Add operators like =, variable declarations.
2024-08-19Lexer and parser changes for ch4Shagun Agrawal
Add logical and relational operators
2024-08-18Add bitwise operatorsShagun Agrawal
Pass chapter 3 bitwise operators
2024-08-18Fix tacky, assembly, emit phase for chapter 3Shagun Agrawal
2024-08-16Add lexer implementation for ch2Shagun Agrawal
Add lexer implementation Add reference for base implementation of the lexer
2024-08-11Add lexerShagun Agrawal
Add custom lexer Pass chapter 1 lex stages