A collection of self-contained, medium-sized real-world .c
files for convenient compiler testing.
No guarantee other than the intended usage: cc -S -o/dev/null
.
- From the original https://people.csail.mit.edu/smcc/projects/single-file-programs
- https://github.com/rui314/chibicc cramped into a single file.
- From https://github.com/edubart/minilua @536a134.
- From https://github.com/Daivuk/PureDOOM @48376dd. The
examples/Tests/tests.c
file is used.