A hash map and set implementation in C.
295 B
llava#
Bootstrap once:
gcc nob.c -o nob
Then:
./nob # build static + dynamic
./nob test # run tests
./nob static # build .build/libllava.a
./nob dynamic # build .build/libllava.so
The nob binary will recompile itself automatically if nob.c changes.