Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 10:49:10 +00:00
622a4391a0 Update compile script
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 18:47:25 +00:00
ff4d3c9e99 Add tests for string allocation functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 18:47:07 +00:00
023c74d8d9 Add functions to dynamically allocate strings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 18:21:46 +00:00
86fe867011 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 18:19:39 +00:00
98829b8400 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 16:41:45 +00:00
a7e98211f9 Update find and rfind tests
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 16:35:56 +00:00
4642361969 Add tests for find and rfind
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 16:35:41 +00:00
093d0daf6f Add find and rfine functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 16:34:50 +00:00
f8e0804dd2 Fix unused variable error
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 16:34:31 +00:00
fdb0650634 Add -Wextra flag for compilation
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 15:14:04 +00:00
d1d6a8e64b Add utils for str8 printing
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-09 14:30:14 +00:00
bbf38499ca Implement read-only string literals
abdelrahman pushed to main at abdelrahman/codegen 2025-02-08 16:14:43 +00:00
8d0c731b72 Use _get_arg_type_string when stringifying function return type
abdelrahman pushed to main at abdelrahman/codegen 2025-02-08 16:09:44 +00:00
f95d68f3d2 Add a test for a generic typed array
abdelrahman pushed to main at abdelrahman/codegen 2025-02-08 16:09:21 +00:00
2bc4d3bd5e Improve datatypes codegen
abdelrahman pushed to main at abdelrahman/codegen 2025-02-08 16:08:42 +00:00
a8f989b76d Update .gitignore
abdelrahman pushed to main at abdelrahman/codegen 2025-02-08 15:31:34 +00:00
51a8c66bc3 Ignore C header and source files
abdelrahman pushed to main at abdelrahman/codegen 2025-02-07 22:41:07 +00:00
c562850645 Add run script
6ac6009918 Split code to smaller modules
3a138ec3fa Add .gitignore
Compare 3 commits »
abdelrahman created branch main in abdelrahman/codegen 2025-02-07 22:30:41 +00:00
abdelrahman pushed to main at abdelrahman/codegen 2025-02-07 22:30:41 +00:00
5603335736 Add README.md
514b383b65 Implement codegen.py