Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dagit/language-fortran
- Owner: dagit
- License: bsd-3-clause
- Created: 2012-09-11T04:16:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T20:16:56.000Z (over 8 years ago)
- Last Synced: 2023-04-11T01:07:23.789Z (over 1 year ago)
- Language: Bison
- Size: 646 KB
- Stars: 17
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Language-Fortran
-----------------------------------
0. PrerequisitesFor 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 installOR, for local install (depending how your Haskell install is setup), try to configure
using --user.runhaskell Setup.hs configure --user