about summary refs log tree commit diff
path: root/examples (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-18Feature: Add basic support for if statementsBaitinq1-1/+1
2025-01-18Examples: add future examples :^)Baitinq2-0/+25
2025-01-18Evaluator: implement support for function argumentsBaitinq3-64/+75
2025-01-18Evaluator: create and drop scopes when entering/leaving functionsBaitinq1-4/+9
2025-01-18Evaluator: Create environment abstraction for handling scopesBaitinq2-22/+82
2025-01-18Misc: Start working on scopesBaitinq1-8/+13
2025-01-18Examples: Add variable scopes exampleBaitinq2-4/+17
2025-01-18Tokenizer: Fix comment skippingBaitinq1-0/+1
2025-01-18Evaluator: Improve how functions and variables are handledBaitinq2-36/+38
2025-01-18Misc: Implement print function as "native" functionBaitinq4-44/+15
2025-01-18Lang: Start introducing support for function argumentsBaitinq5-13/+73