Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: add checkout action to doc action | Johannes Stoelp | 2021-09-14 | 1 | -0/+1 |
| | |||||
* | ci: add action to generate rustdoc and upload to gh pages | Johannes Stoelp | 2021-09-14 | 1 | -0/+24 |
| | |||||
* | ch3: added LLVM IR code genchapter3 | Johannes Stoelp | 2021-09-14 | 7 | -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 prototypeschapter2 | Johannes Stoelp | 2021-09-10 | 1 | -3/+39 |
| | |||||
* | main: fix comment to exit eval loop | Johannes Stoelp | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | parser: removed Boxes | Johannes Stoelp | 2021-09-04 | 1 | -46/+36 |
| | |||||
* | readme: update not on structure | Johannes Stoelp | 2021-09-03 | 1 | -0/+4 |
| | |||||
* | ci: added minimal fmt,build,test gh action | Johannes Stoelp | 2021-09-03 | 1 | -0/+20 |
| | |||||
* | ch2: added parser following chapter 2 | Johannes Stoelp | 2021-09-03 | 2 | -5/+494 |
| | |||||
* | ch1: added minimal lexer implementation following chapter 1chapter1 | Johannes Stoelp | 2021-09-02 | 7 | -0/+243 |