aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* revert to llvm-12 as used by github CIJohannes Stoelp2022-09-251-4/+87
|
* update llvm version & cargo lockJohannes Stoelp2022-09-241-43/+16
|
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-0/+100
| | | | | | - 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
* ch1: added minimal lexer implementation following chapter 1chapter1Johannes Stoelp2021-09-021-0/+7