Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ch5: added for loop | Johannes Stoelp | 2022-03-27 | 1 | -5/+93 |
| | |||||
* | ch5: added if/then/else | Johannes Stoelp | 2021-10-04 | 1 | -0/+72 |
| | |||||
* | ch4: added jit | Johannes Stoelp | 2021-09-25 | 1 | -7/+28 |
| | |||||
* | llvm: split into sub-modules | Johannes Stoelp | 2021-09-18 | 1 | -3/+6 |
| | |||||
* | ch4: add function optimization passes | Johannes Stoelp | 2021-09-16 | 1 | -1/+4 |
| | |||||
* | ch3: added LLVM IR code genchapter3 | Johannes Stoelp | 2021-09-14 | 1 | -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 |