about summary refs log tree commit diff
path: root/examples/9.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Rename langBaitinq2025-06-111-28/+0
|
* stdlib: Remove printlnBaitinq2025-06-111-1/+1
| | | | | varargs forwarding is platform specific with llvm, so we cannot easily have this function
* Codegen: Fix bug with typecheck of return of function paramsBaitinq2025-05-241-1/+1
|
* 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-1/+1
|
* Codegen: support bool typeBaitinq2025-02-151-1/+6
|
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-1/+1
|
* Codegen: "Support" booleansBaitinq2025-02-041-1/+1
|
* Feature: Add support for NOT unary expressionBaitinq2025-01-211-1/+2
|
* Feature: Add support for boolean valuesBaitinq2025-01-191-0/+10