about summary refs log tree commit diff
path: root/examples/1.5.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Rename langBaitinq2025-06-111-25/+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 "proper" pointer typesBaitinq2025-03-241-1/+3
|
* Feature: Add support for stringsBaitinq2025-03-241-2/+2
|
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-2/+2
|
* Examples: Add future types exampleBaitinq2025-01-301-0/+12