@hackage HaskellAnalysisProgram0.1.0
Haskell source code analysis program
Categories
License
Apache-2.0
Maintainer
sanderkamps79@gmail.com
Links
Versions
- 0.1.0 Mon, 13 Jul 2020
Installation
Dependencies (0)
- base >=4.9.1 && <5
- bytestring >=0.10 && <0.11
- cassava >=0.5 && <0.6
- containers >=0.6 && <0.7
- csv >=0.1.2 && <0.2
- directory >=1.3 && <1.4 Show all…
Dependents (0)
DESCRIPTION: The Haskell analysis program is a prototype Haskell source code analyzer. It offers functionality to convert Haskell source code into an equivalent meta-model. It supports the calculation of three structural metrics, module size (LOC), module cohesion (LCOM) and module coupling (CBO). Several aggregation methods are supported, such as average, median, Gini coefficient and ideal value deviation.
This software is developed as part of the research described in the paper "Assessing the quality of evolving Haskell systems by measuring structural inequality", published in the proceedings of the ACM SIGPLAN Haskell Symposium 2020 conference. https://doi.org/10.1145/3406088.3409014
EXECUTABLE:
Currently the application 'looks' for the project-to-analyse in the
AUTHORS: Henrie Vos Sander Kamps
CREDITS: Bastiaan Heeren