Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 504 Bytes

File metadata and controls

30 lines (19 loc) · 504 Bytes

mfc

Fortran compiler in Haskell

build

  1. build by ghc
   cd src
   ghc Main.hs -o mfc -outputdir build
  1. build by cabal
   cabal build

run test

\${PATH}/mfc -a examples/test.macaf

coding style

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.