Building my own build system so I can't complain about things I don't like.
I like to build and tinker with stuff, its good to learn, and also the above.. If I don't like it, I could just change it or I'll argue myself down \o/
As of the commit that updates this readme..
- C23 standard
- Incremental Compiliaton
- Lua build file
Check the TODOS, I usually throw my current ideas there of what I'd like to try and work on next.
This is a hobby project that I'm not really looking for outside help on, but hey, feel free to make a PR, but fair warning I might use it more as inspiration to rewrite or add things myself then merge.
-
Project now uses
-std=c23 -
Project no longer leaks memory
-
Project now uses
Taskfilesto manage actions instead of scripts. -
build.luanow usesfind_compilerfunction -
Added
library_dirstobuild.luawhich functions like-Lin the compiler -
Updated header files to now use
pix.hmerged large file -
New scripts for quick build and re-run for testing.