aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/llvm.rs
Commit message (Collapse)AuthorAgeFilesLines
* llvm: split into sub-modulesJohannes Stoelp2021-09-181-603/+0
|
* ch4: add function optimization passesJohannes Stoelp2021-09-161-6/+75
|
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-0/+534
- 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