about summary refs log tree commit diff
path: root/examples/1.src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Misc: Use println instead of printfBaitinq2025-05-181-2/+2
* Examples: Add expected stdout and exit codeBaitinq2025-05-041-0/+10
* 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-2/+2
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-1/+1
* Codegen: Fix generating binop expressionsBaitinq2025-02-111-1/+1
* Codegen: Get variable declarations kind of workingBaitinq2025-01-291-1/+1
* Get function calls kind of working :)Baitinq2025-01-161-2/+6
* Evaluator: Implement variable declaration and definition and variable printingBaitinq2025-01-091-1/+1
* File readingBaitinq2025-01-051-0/+3