camfort alternatives and similar packages
Based on the "Language" category.
Alternatively, view camfort alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
language-python
A parser for Python 2.x and 3.x written in Haskell -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
language-c-quote
C/CUDA/OpenCL/Objective-C quasiquoting library. -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
aterm-utils
Utility functions for working with aterms as generated by Minitermite -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine. -
purescript-tsd-gen
TypeScript Declaration File (.d.ts) generator for PureScript
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of camfort or a related project?
README
CamFort
CamFort is a refactoring and verification tool for scientific Fortran programs. It currently supports Fortran 66, 77, and 90 with various legacy extensions.
It is a research project developed in University of Cambridge and University of Kent.
Installation & Building
Please see the installation guide in the wiki.
Tab Completion
To enable bash autocompletion for camfort, add
eval "$(camfort --bash-completion-script=$(which camfort))"
to either your .bashrc or .bash_profile file.
Usage
For detailed information please check the wiki.
Contributing
We appreciate any bugs you encounter and kindly request you to submit it as an issue.
Pull requests are much appreciated, but please contact us first if it is a substantial change. Make sure to run the test suite before you submit.
If you have scientific code that you would like us to analyse, we would be happy to add it to CamFort corpus. This helps us finding useful ways to extend CamFort as well as ensuring it is robust.