aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
AgeCommit message (Collapse)Author
2025-03-16Refactor into cli and cljcc-compiler foldersYour Name
Pass all tests. Fix babashka tasks and build setup. Repl is behaving in unexpected ways, otherwise working as expected.
2025-03-16Add common functions for handling cljcc compilerYour Name
2025-03-16Refactor files to cljcc-compiler and cli tool.Your Name
2024-12-16Add parsing for unsigned / signed int, longShagun Agrawal
2024-12-12Assembly codeden for long typeShagun Agrawal
Used clojure core match Added assembly phase
2024-11-16Lexing and parsing stage for long type specifierShagun Agrawal
Add long and parser type specifiers Add malli schema for parsing stage
2024-10-14Add flowstorm to deps ednShagun Agrawal
2024-08-16Remove instaparseShagun 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-24fix babashka script for building scriptShagun Agrawal
Changed babashka directory to create native build inside /target/cljcc folder.
2024-07-24Add initial compiler implementationShagun Agrawal
2024-07-21add parser for ch1Shagun Agrawal
2024-07-20project setupShagun Agrawal