Commit Graph

15 Commits

Author SHA1 Message Date
Alvin
72e0f66d17 feat: Implement compound assignment, increment, and decrement operators 2025-07-22 20:48:54 +02:00
Alvin
03f6ae691b feat: Implement try-except error handling 2025-07-22 20:00:26 +02:00
Alvin
c5c77ef775 feat: Implement try-except error handling 2025-07-22 19:59:37 +02:00
Alvin
d5d3b9f421 feat: Implement for loops, break, and continue statements 2025-07-22 19:49:07 +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
89492017ea feat: Implement booleans (Kawaii/Cringe) 2025-07-22 16:51:38 +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