Commit Graph

22 Commits

Author SHA1 Message Date
Alvin
6a742db5e2 feat: Implement dictionaries and property access 2025-07-22 19:05:24 +02:00
Alvin
e4f504a7fc feat: Implement dictionaries and property access 2025-07-22 19:02:20 +02:00
Alvin
eb1ce52074 feat: Implement dictionaries and property access 2025-07-22 18:59:14 +02:00
Alvin
08bb1f7a66 feat: Compile Linux executable and update femterpreter script 2025-07-22 18:45:38 +02:00
Alvin
16c826f4b4 docs: Update documentation with femterpreter usage instructions 2025-07-22 18:37:03 +02:00
Alvin
46c04d8080 feat: Make interpreter runnable via command-line argument and update wrapper script 2025-07-22 18:35:07 +02:00
Alvin
342f6c1c21 feat: Update main.py to accept file path as command-line argument 2025-07-22 18:32:34 +02:00
Alvin
633a550e13 docs: Add comprehensive Femcode language documentation 2025-07-22 18:28:50 +02:00
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
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