|
SdfMetrics | Portability | portable | Stability | experimental | Maintainer | Ralf Laemmel, Joost Visser |
|
|
|
|
|
Description |
This module is part of Sdf2Haskell, a tool for generating a set of
Haskell data types from an SDF grammar. This module provides functionality
for computing some metrics over SDF grammars. |
|
Synopsis |
|
|
|
Documentation |
|
sdfMetrics :: SDF -> Metrics |
Extract metrics from an SDF grammar. |
|
putSdfMetricsLns :: SDF -> IO () |
Extract metrics from an SDF grammar, and print them to standard output. |
|
putMetricLn :: MetricName -> Metrics -> IO () |
Print value of metric with the given name. |
|
Produced by Haddock version 0.6 |