tankefugl / language-fortran

Haskell parser and manipulation functions for Fortran code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Bison 52.8%Language:Haskell 39.7%Language:Logos 7.4%Language:Fortran 0.2%