Skip to content

leo-zz-shuu/mfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published