about summary refs log tree commit diff
path: root/examples/13.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Rename langBaitinq2025-06-111-44/+0
|
* stdlib: Remove printlnBaitinq2025-06-111-2/+2
| | | | | varargs forwarding is platform specific with llvm, so we cannot easily have this function
* 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
|
* Examples: Add new more complex examplesBaitinq2025-03-091-0/+31