aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/parser.clj
AgeCommit message (Collapse)Author
2024-08-03Add tacky IR stageShagun Agrawal
Add Tacky IR stage General formatting etc
2024-07-31Add multiple statements to functionShagun Agrawal
2024-07-31Fix parser bug for unary operationsShagun 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-24Add initial compiler implementationShagun Agrawal