aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* ci: add checkout action to doc actionJohannes Stoelp2021-09-141-0/+1
|
* ci: add action to generate rustdoc and upload to gh pagesJohannes Stoelp2021-09-141-0/+24
|
* ch3: added LLVM IR code genchapter3Johannes Stoelp2021-09-147-15/+923
| | | | | | - 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
* parser: fix parsing of multi argument prototypeschapter2Johannes Stoelp2021-09-101-3/+39
|
* main: fix comment to exit eval loopJohannes Stoelp2021-09-051-1/+1
|
* parser: removed BoxesJohannes Stoelp2021-09-041-46/+36
|
* readme: update not on structureJohannes Stoelp2021-09-031-0/+4
|
* ci: added minimal fmt,build,test gh actionJohannes Stoelp2021-09-031-0/+20
|
* ch2: added parser following chapter 2Johannes Stoelp2021-09-032-5/+494
|
* ch1: added minimal lexer implementation following chapter 1chapter1Johannes Stoelp2021-09-027-0/+243