aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/parser.clj
AgeCommit message (Collapse)Author
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-24Add initial compiler implementationShagun Agrawal