index
:
cljcc.git
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cljcc
/
cljcc.clj
Age
Commit message (
Expand
)
Author
2025-03-16
Refactor files to cljcc-compiler and cli tool.
Your Name
2024-12-24
Add driver changes and float regex
Shagun Agrawal
2024-12-16
Add parsing for unsigned / signed int, long
Shagun Agrawal
2024-09-19
Add driver option and lexing stage for functions Ch 9
Shagun Agrawal
2024-08-22
Add analyzer for validating program semantics
Shagun Agrawal
2024-08-16
Switch to hand made parser, refactor asts to adjust change
Shagun Agrawal
2024-08-11
Add lexer
Shagun Agrawal
2024-08-03
Add tacky IR stage
Shagun Agrawal
2024-07-28
Refactor compiler driver, add running individual stages from cli
Shagun Agrawal
2024-07-26
Add cli options for pasing and codegen
Shagun Agrawal
2024-07-24
throw exception in case of parsing failure
Shagun Agrawal
2024-07-24
fix babashka script for building script
Shagun Agrawal
2024-07-24
Fix reflection warnings for graal VM compilation
Shagun Agrawal
2024-07-24
Add initial compiler implementation
Shagun Agrawal
2024-07-21
add parser for ch1
Shagun Agrawal
2024-07-20
project setup
Shagun Agrawal