aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump to llvm16Johannes Stoelp2024-07-141-1/+1
|
* bump to llvm15Johannes Stoelp2023-11-211-1/+1
|
* bump to llvm14 and add docker fileJohannes Stoelp2023-01-051-1/+1
|
* revert to llvm-12 as used by github CIJohannes Stoelp2022-09-251-1/+1
|
* update llvm version & cargo lockJohannes Stoelp2022-09-241-1/+1
|
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-0/+2
| | | | | | - 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/+6