Show HN: Nibble
Summary
Show HN: Nibble presents a small, self-contained C-like systems programming language implemented in about 3000 lines of C. The project aims to generate LLVM IR without external dependencies or heap allocations, supports core language features, and includes graphical demos that require SDL2 and Clang. The repository emphasizes a simple, single-pass compilation approach and showcases practical demos such as shader-like graphics and data structures.