17 Commits

Author SHA1 Message Date
ba467c9067 Fix Makefile 2025-09-07 15:31:12 +01:00
f09d759b05 Start working on codegen implementation in C 2025-09-07 06:09:43 +01:00
09e96f8112 Update Makefile 2025-09-06 21:27:17 +01:00
Abdelrahman Said
9cbd0b29ef Fix build on macOS 2025-09-01 22:10:41 +01:00
1e224702a3 Add default target as one of the available targets when make help is run 2025-08-31 14:21:55 +01:00
74cca183e0 Make all the default target 2025-08-31 14:20:44 +01:00
e26bf613a5 Add support for release builds with debug info and using lib externally 2025-08-31 14:17:04 +01:00
Abdelrahman Said
eb98de7c2b Unify build flags 2025-08-16 13:16:21 +01:00
d3fccd61b5 Reintroduce C++ support and add usage tests for C++ (#4)
Reviewed-on: #4
Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com>
Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
2025-08-10 22:33:40 +00:00
b8c548ee4b Add static, runtime and debug assert utilities 2025-08-09 22:37:55 +01:00
f444911452 Refactor strings and allocator to primitives 2025-05-04 23:25:27 +01:00
266d43e262 Update Makefile 2025-04-21 14:16:54 +01:00
037b0fe698 Enforce C11 with GNU extensions on POSIX platforms 2025-04-20 18:28:17 +01:00
25395553d7 Fix codegen hidden bugs 2025-04-19 21:11:10 +01:00
Abdelrahman Said
6fb078a868 Remove codegen and implement dbl_list as generic container 2025-04-16 00:07:11 +01:00
0942643b4e Update Makefile 2025-04-13 22:21:55 +01:00
Abdelrahman Said
0e5942af34 Switch to using Makefile for *nix systems 2025-04-13 20:11:05 +01:00