gitextract_yzn1vp8o/ ├── .gitignore ├── CLAUDE.md ├── Makefile ├── README.md ├── examples/ │ ├── test_0.ic │ ├── test_1.ic │ ├── test_2.ic │ ├── test_3.ic │ ├── test_4.ic │ └── test_5.ic ├── haskell/ │ ├── main.hs │ ├── main_debug.hs │ └── modern_version.hs └── src/ ├── collapse.c ├── collapse.h ├── ic.c ├── ic.h ├── ic.metal ├── ic_metal.mm ├── main.c ├── parse.c ├── parse.h ├── show.c └── show.h