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
/
driver.clj
Age
Commit message (
Expand
)
Author
2024-12-14
Add code emission for long type
Shagun Agrawal
2024-12-12
Assembly codeden for long type
Shagun Agrawal
2024-12-01
Typechecking for int, long types
Shagun Agrawal
2024-10-30
Add emission for functions
Shagun Agrawal
2024-09-19
Add driver option and lexing stage for functions Ch 9
Shagun Agrawal
2024-08-30
Add compound statements
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-11
Add bitwise operators
Shagun Agrawal
2024-08-10
Add code emission for chapter 3
Shagun Agrawal
2024-08-08
Add code emission, pass chapter 2 tests
Shagun Agrawal
2024-08-03
Add tacky IR stage
Shagun Agrawal
2024-07-30
Fix linux specific compilation bug
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 reflection warnings for graal VM compilation
Shagun Agrawal
2024-07-24
Add initial compiler implementation
Shagun Agrawal