aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc
AgeCommit message (Collapse)Author
2024-07-31Fix parser bug for unary operationsShagun Agrawal
2024-07-30Fix linux specific compilation bugShagun Agrawal
Add the line which specifies linux does not need executable stack at the end.
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