Skip to content

Haskell parser and manipulation functions for Fortran code

License

Notifications You must be signed in to change notification settings

qdzhaov/language-fortran

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language-Fortran
-----------------------------------
0. Prerequisites

For Debian/Ubuntu:

   sudo apt-get install ghc alex happy libghc-haskell-src-dev

1. Installing
-----------------------------------

To install as a library in your Haskell build 

  runhaskell Setup.hs configure
  runhaskell Setup.hs build
  runhaskell Setup.hs install

OR, for local install (depending how your Haskell install is setup), try to configure
using --user.

  runhaskell Setup.hs configure --user

About

Haskell parser and manipulation functions for Fortran code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Yacc 52.8%
  • Haskell 39.5%
  • Logos 7.5%
  • Fortran 0.2%