Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 20:53:37 +00:00
d07c951037 Finish project2
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 20:52:19 +00:00
b7b3915fc9 Update .gitignore
eff02024cb Add .gitignore
230dbfaad5 Remove unnecessary files from source control
8b9ec5e47b Complete project1
Compare 4 commits »
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 20:50:40 +00:00
6ed0210549 Update .gitignore
5533b61570 Add .gitignore
96c8283bee Remove unnecessary files from source control
527aeac56d Complete project1
Compare 4 commits »
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 20:48:11 +00:00
9055d3e101 Update .gitignore
07ad04231b Add .gitignore
f367f8f878 Remove unnecessary files from source control
Compare 3 commits »
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 20:43:56 +00:00
e90bfea70e Complete project1
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-06-29 21:06:33 +00:00
9f5da3b3a7 INITIAL COMMIT
abdelrahman created branch main in abdelrahman/intro-to-zig 2025-06-29 21:06:33 +00:00
abdelrahman created repository abdelrahman/intro-to-zig 2025-06-29 21:05:36 +00:00
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 21:03:18 +00:00
f094fcb376 Add block statements
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 19:24:15 +00:00
fb06f6f483 Remove unnecessary code
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 18:25:23 +00:00
4f39417d3e Start adding statements
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 11:37:28 +00:00
2690c07220 Display integers with no decimal points
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 01:18:58 +00:00
e4723166a2 Rename printer and interpreter to ast_printer and ast_interpreter
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-29 01:15:27 +00:00
e352df9d7d Add expression evaluation
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 23:19:32 +00:00
7b8903c19c Add Object.to_string method
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 23:14:01 +00:00
b3291a9e3a Add asserts
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 23:03:22 +00:00
3aec8b6b5b Reformat
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 21:51:35 +00:00
1c1d754750 Finish parsing expressions
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 20:24:23 +00:00
6f156c0487 Add bool type to object
abdelrahman pushed to main at abdelrahman/crafting-interpreters 2025-06-28 17:27:40 +00:00
1118e825f3 Switch to macros for better readability and add printer.hh