about summary refs log tree commit diff
path: root/examples/11.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Codegen: Fix bug with global functions as paramsBaitinq2025-05-171-6/+6
|
* 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-2/+4
|
* Codegen: Support functions as function paramsBaitinq2025-02-231-6/+7
|
* Codegen: start supporting types for function paramsBaitinq2025-02-151-2/+2
|
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-3/+3
|
* Example: Add functions as values exampleBaitinq2025-01-231-0/+12