aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-13/+40
| | | | | | - 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
* main: fix comment to exit eval loopJohannes Stoelp2021-09-051-1/+1
|
* ch2: added parser following chapter 2Johannes Stoelp2021-09-031-5/+61
|
* ch1: added minimal lexer implementation following chapter 1chapter1Johannes Stoelp2021-09-021-0/+18