aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/driver.clj
AgeCommit message (Expand)Author
2024-08-22Add analyzer for validating program semanticsShagun Agrawal
2024-08-16Switch to hand made parser, refactor asts to adjust changeShagun Agrawal
2024-08-11Add lexerShagun Agrawal
2024-08-11Add bitwise operatorsShagun Agrawal
2024-08-10Add code emission for chapter 3Shagun Agrawal
2024-08-08Add code emission, pass chapter 2 testsShagun Agrawal
2024-08-03Add tacky IR stageShagun Agrawal
2024-07-30Fix linux specific compilation bugShagun Agrawal
2024-07-28Refactor compiler driver, add running individual stages from cliShagun Agrawal
2024-07-26Add cli options for pasing and codegenShagun Agrawal
2024-07-24throw exception in case of parsing failureShagun Agrawal
2024-07-24Fix reflection warnings for graal VM compilationShagun Agrawal
2024-07-24Add initial compiler implementationShagun Agrawal