https://github.com/dagit/language-fortran
Haskell parser and manipulation functions for Fortran code
https://github.com/dagit/language-fortran
Last synced: 5 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T20:16:56.000Z (over 9 years ago)
- Last Synced: 2024-12-31T04:42:00.135Z (6 months 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