aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/compiler.clj
AgeCommit message (Expand)Author
2024-08-19Lexer and parser changes for ch4Shagun Agrawal
2024-08-18Add bitwise operatorsShagun Agrawal
2024-08-16Switch to hand made parser, refactor asts to adjust changeShagun Agrawal
2024-08-10Add code emission for chapter 3Shagun Agrawal
2024-08-08Add code emission, pass chapter 2 testsShagun Agrawal
2024-08-04Cleanup for assembly generationShagun Agrawal
2024-08-04Add assembly generation for unary operatorsShagun Agrawal
2024-08-03Add tacky IR stageShagun Agrawal
2024-07-30Fix linux specific compilation bugShagun Agrawal
2024-07-24Add initial compiler implementationShagun Agrawal