argon
Code complexity analyzer
Analyzes and reports on the complexity of Haskell code
Monitor cyclomatic complexity in Haskell programs
98 stars
9 watching
8 forks
Language: Haskell
last commit: almost 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
rubik/radon | A tool to analyze and report on the complexity and maintainability of Python codebases | 1,739 |
migamake/homplexity | A tool that analyzes Haskell code to measure its complexity and quality | 61 |
kowainik/stan | Analyzes Haskell code to identify potential errors and areas for improvement | 570 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
haskell/criterion | A tool for measuring and analyzing the performance of Haskell code | 504 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
jcgood/complexity | Tools and data for analyzing language complexity metrics from WALS-APiCS features | 0 |
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 726 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
xampprocky/tokei | A tool for displaying statistics about codebase size and language distribution | 11,251 |
mumuki/mulang | Analyzes source code structure and syntax to detect potential issues and errors | 124 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
anton-k/processing-for-haskell | A Haskell implementation of a subset of the Processing language for computer graphics | 70 |
clj-commons/kibit | A static code analyzer for Clojure and other languages that suggests improvements to make code more idiomatic and efficient. | 1,764 |
billpmurphy/hask | A Python library that mimics key features of the Haskell programming language. | 860 |