about summary refs log tree commit diff
path: root/examples/4.src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Misc: Use println instead of printfBaitinq2025-05-181-3/+3
* Examples: Add expected stdout and exit codeBaitinq2025-05-041-0/+11
* Tokenizer: Support newlines and tabs for stringsBaitinq2025-03-261-2/+2
* 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-2/+2
* Codegen: Fix bug with function as variablesBaitinq2025-02-121-2/+0
* Misc: Add TODOsBaitinq2025-02-111-0/+2
* Codegen: Fix function as variablesBaitinq2025-01-311-5/+5
* Codegen: Fix bug calling printfBaitinq2025-01-301-1/+0
* Evaluator: variables as valuesBaitinq2025-01-161-2/+2
* Evaluator: Start working on new function-capable evaluatorBaitinq2025-01-161-2/+7
* Parser: cleanBaitinq2025-01-151-2/+4
* Add basic support for parsing functionsBaitinq2025-01-151-2/+5
* Implement "return"Baitinq2025-01-121-2/+2
* Misc: Improve error messages and add todosBaitinq2025-01-121-0/+3