about summary refs log tree commit diff
path: root/examples/21.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stdlib: Remove printlnBaitinq2025-06-111-3/+3
| | | | | varargs forwarding is platform specific with llvm, so we cannot easily have this function
* Examples: Fix example 21Baitinq2025-05-241-2/+2
|
* Codegen: Fix bug with typecheck of return of function paramsBaitinq2025-05-241-11/+11
|
* Feature: Add initial stdlibBaitinq2025-05-101-4/+5
|
* Feature: Support returning void from functionsBaitinq2025-05-101-6/+6
|
* Examples: Add example sorting arrayBaitinq2025-05-101-0/+77