Abdelrahman Said abdelrahman
abdelrahman created branch cpp_support in abdelrahman/wizapp-stdlib 2025-08-10 13:33:46 +00:00
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-08-09 23:17:34 +00:00
14566a0bf4 Complete grayscale filter project
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-08-09 21:38:32 +00:00
011083ab83 Replace bool, true and false with aliases
b8c548ee4b Add static, runtime and debug assert utilities
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-08-09 13:35:57 +00:00
75be2316e0 Add vim encoding and folding marker
abdelrahman pushed to main at abdelrahman/intro-to-zig 2025-07-06 22:20:58 +00:00
f0ab03b972 Complete project3
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