aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen.rs
Commit message (Collapse)AuthorAgeFilesLines
* ch4: added jitJohannes Stoelp2021-09-251-7/+28
|
* llvm: split into sub-modulesJohannes Stoelp2021-09-181-3/+6
|
* ch4: add function optimization passesJohannes Stoelp2021-09-161-1/+4
|
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-0/+135
- Added safe wrapper around LLVM C API - Added codegen module to emit LLVM IR for the AST - Update the main repl loop to codegen LLVM IR