#c

Wiki 6

Toolbox 6

  • allyourcodebase GitHub org packaging C/C++ projects for the Zig build system so zig build cross-compiles them
  • Fil-C Memory-safe C/C++ compiler giving every pointer a bounds-checked capability and a GC, no rewrites
  • forgezero Makefile-free build tool wrapping NASM/GAS/FASM/GCC behind one strict-by-default command
  • skiplist Header-only C macros for a lock-free skip list with optional splay rebalancing of hot keys
  • tc-lang (Tig) Minimalist systems language transpiling to readable C11, with fat pointers, defer and errors
  • yk Meta-tracing system that adds a JIT to an existing C interpreter for about 400 lines of changes