aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/compiler.clj
AgeCommit message (Collapse)Author
2024-07-30Fix linux specific compilation bugShagun Agrawal
Add the line which specifies linux does not need executable stack at the end.
2024-07-24Add initial compiler implementationShagun Agrawal