Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 14:52:52 +00:00
f60442bfcf Fix bug with arena allocation on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:46:05 +00:00
a4a1e82c40 Add tests for str8 splitting, joining and concatenation
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:45:34 +00:00
d50b41acac Add str8 split, rsplit, join, concat and concat_capped functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:44:47 +00:00
71b6242f16 Update allocator free to take object size
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 20:37:00 +00:00
241edfc7e4 Change Str8Node to use Str8 instead of Str8RO
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 20:30:20 +00:00
d635e03cd8 Add tests for Str8List utilities
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 20:29:43 +00:00
68fe421ab0 Add Str8List and str8 equality function
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