about summary refs log tree commit diff
path: root/src/codegen.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Codegen: Get function declaration/calling kind of workingBaitinq2025-01-301-23/+38
|
* Codegen: Support identifiers in return expressionsBaitinq2025-01-291-3/+7
|
* Codegen: Support variable reassignmentBaitinq2025-01-291-37/+23
|
* Codegen: Get variable declarations kind of workingBaitinq2025-01-291-18/+37
|
* Codegen: Get printf workingBaitinq2025-01-281-5/+42
|
* Codegen: CleanupBaitinq2025-01-271-7/+6
|
* Codegen: Get the most basic ever example compilingBaitinq2025-01-271-14/+71
|
* Codegen: Start working on actual AST codegenBaitinq2025-01-271-8/+46
|
* Codegen: PoC use _startBaitinq2025-01-271-1/+1
|
* Codegen: PoC hello worldBaitinq2025-01-261-0/+13
|
* Codegen: PoC cleanupBaitinq2025-01-261-28/+35
|
* Misc: get llvm compilation kind of workingBaitinq2025-01-241-3/+35
|
* Misc: Add example llvm codeBaitinq2025-01-231-1/+38
|
* Misc: Create codegen stubBaitinq2025-01-231-0/+4