aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* allow to run program from file, add ch5 example programsJohannes Stoelp2022-09-251-11/+36
* added external fn putchard, and added link flag to export symbols from elf fileJohannes Stoelp2022-09-251-1/+10
* ch4: added jitJohannes Stoelp2021-09-251-10/+68
* main: re-structure main repl loopJohannes Stoelp2021-09-231-64/+51
* add llvm shutdown to free allocated memoryJohannes Stoelp2021-09-221-0/+2
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-141-13/+40
* 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