aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
AgeCommit message (Collapse)Author
2024-08-11Add lexerShagun Agrawal
Add custom lexer Pass chapter 1 lex stages
2024-08-03Add tacky IR stageShagun Agrawal
Add Tacky IR stage General formatting etc
2024-07-28Refactor compiler driver, add running individual stages from cliShagun Agrawal
2024-07-26Add cli options for pasing and codegenShagun Agrawal
Add cli options specific for only parsing and codegen add logger for help in debugging
2024-07-24throw exception in case of parsing failureShagun Agrawal
passed chapter 1 tests
2024-07-24fix babashka script for building scriptShagun Agrawal
Changed babashka directory to create native build inside /target/cljcc folder.
2024-07-24Fix reflection warnings for graal VM compilationShagun Agrawal
2024-07-24Add initial compiler implementationShagun Agrawal
2024-07-21add parser for ch1Shagun Agrawal
2024-07-20project setupShagun Agrawal