Commit Graph

13 Commits

Author SHA1 Message Date
Alvin
244647e6a3 feat: Implement built-in functions (len, type) 2025-07-22 18:23:41 +02:00
Alvin
8e305629b8 feat: Implement input/output (ask built-in function) 2025-07-22 18:17:15 +02:00
Alvin
981147f440 feat: Implement dictionaries and property access 2025-07-22 17:53:28 +02:00
Alvin
452088e947 feat: Implement logical operators (AND, OR, NOT) 2025-07-22 17:00:48 +02:00
Alvin
3461ed8863 feat: Implement single-line comments 2025-07-22 16:57:24 +02:00
Alvin
7ef8f820b4 feat: Implement booleans (Kawaii/Cringe) 2025-07-22 16:52:55 +02:00
Alvin
b6a3b3041d feat: Implement function parameters and return values 2025-07-22 16:46:57 +02:00
Alvin
08e2ea17dd feat: Implement functions (definition and calls) 2025-07-22 16:27:04 +02:00
Alvin
65e53daa66 feat: Implement while loops 2025-07-22 16:22:49 +02:00
Alvin
f3e4be5949 feat: Add conditional logic (if/else) 2025-07-22 16:17:32 +02:00
Alvin
735ae8e068 feat: Add numbers and arithmetic operations 2025-07-22 16:12:23 +02:00
Alvin
ad1d46b6e7 feat: Implement variables 2025-07-22 16:06:04 +02:00
Alvin
39789bd96a Initial commit: Basic interpreter structure 2025-07-22 15:56:40 +02:00