A nom-based CIF parser with (forthcoming) automatic generation of structs from the CIF dictionary definition.
To compile locally, you need the cif_core library to include the full specification for the CIF format. It is included as a submodule, and can be included when this repository is cloned with:
git clone --recurse-submodules https://github.com/d-perl/cif_chomperor after cloning with:
git submodule update --initYou can find the CIF core library at https://github.com/COMCIFS/cif_core/.