Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dagit/language-fortran

Haskell parser and manipulation functions for Fortran code
https://github.com/dagit/language-fortran

Last synced: about 6 hours ago
JSON representation

Haskell parser and manipulation functions for Fortran code

Awesome Lists containing this project

README

        

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