about summary refs log tree commit diff
path: root/examples/5.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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