Work in progress! Very early stage.
Fortran binding to the Mathematical Expression Toolkit from Arash Partow (https://www.partow.net/programming/exprtk/index.html).
MIT License, as in the original project.
A C, C++ and Fortran compiler is necessary.
In the build folder, type make.
On Windows with GCC, a specific flag is required because exprtk.hpp is very large :
fpm build --cxx-flag "-m64 -Wa,-mbig-obj"