about summary refs log tree commit diff
path: root/examples/6.5.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Use println instead of printfBaitinq2025-05-181-2/+2
|
* Examples: Add expected stdout and exit codeBaitinq2025-05-041-1/+11
|
* Tokenizer: Support newlines and tabs for stringsBaitinq2025-03-261-1/+1
|
* Feature: Add basic support for varargsBaitinq2025-03-251-1/+1
|
* Feature: Add "proper" pointer typesBaitinq2025-03-241-1/+1
|
* Feature: Add initial support for pointersBaitinq2025-03-241-0/+2
|
* Feature: Add support for stringsBaitinq2025-03-241-1/+1
|
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-1/+1
|
* Misc: Add TODOsBaitinq2025-02-111-5/+4
|
* Codegen: Implement while statement and fix additionBaitinq2025-02-101-1/+2
|
* Codegen: Fix SSA variable declarationBaitinq2025-02-101-0/+7