Features
This currently uses a custom build of wut until I'll make a PR with all of the missing error descriptions and structs.
I recommend building using the Dockerfile:
# Build docker image (only needed once)
docker build . -t re_nfpii_builder
# make
docker run -it --rm -v ${PWD}:/project re_nfpii_builder make
# make clean
docker run -it --rm -v ${PWD}:/project re_nfpii_builder make clean