Skip to content
README.md 476 B
Newer Older
Mark Meredith's avatar
Mark Meredith committed
# mfix-parser

Repo for parsing and validating MFIX input(s) files for use by mfix-app.

Uses PEGTL for parsing and Catch2 for tests.

This has the MFIX-Exa repo as a submodule in order to test against existing ``inputs`` files.


## Build

Mark Meredith's avatar
Mark Meredith committed
> python3 -m pip install meson ninja
> meson build
> ninja -C build
> meson test -C build
> ./build/src/mfix-parser subprojects/mfix/benchmarks/01-HCS/Size0001/inputs && echo "Parsing succeeded."