Fortran compiler in Haskell
- build by ghc
cd src
ghc Main.hs -o mfc -outputdir build
- build by cabal
cabal build
\${PATH}/mfc -a examples/test.macaf
We use stylish-haskell
for code formatting. Please install and configure it following its instructions here.
Make sure you have stylish-haskell
installed and run make format
before committing.