about summary refs log tree commit diff
path: root/examples/5.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Use println instead of printfBaitinq2025-05-181-4/+5
|
* Examples: Add expected stdout and exit codeBaitinq2025-05-041-0/+12
|
* Tokenizer: Support newlines and tabs for stringsBaitinq2025-03-261-3/+3
|
* 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/+1
|
* Feature: Add support for stringsBaitinq2025-03-241-3/+3
|
* Feature: Introduce initial support for function return typesBaitinq2025-02-151-3/+3
|
* Codegen: Start handling global variablesBaitinq2025-01-311-2/+2
|
* Evaluator: Create environment abstraction for handling scopesBaitinq2025-01-181-1/+5
|
* Examples: Add variable scopes exampleBaitinq2025-01-181-4/+9
|
* Lang: Start introducing support for function argumentsBaitinq2025-01-181-1/+0
|
* Examples: new exampleBaitinq2025-01-161-0/+9
|
* Add basic support for parsing functionsBaitinq2025-01-151-7/+0
|
* Tokenizer: Add suport for underscores in identifier parsingBaitinq2025-01-131-2/+2
|
* Tokenizer: Add support for tokenizing functionsBaitinq2025-01-131-0/+7