GLM-0.7.0.0: Simple Gridlab-D GLM parser and utilities.

Safe HaskellNone
LanguageHaskell2010

GLM.Parser

Documentation

data Entry Source

Constructors

Entry 

Fields

_selector :: [String]
 
_contents :: [EntryItem]
 

isLen :: Int -> Either t [a] -> Bool Source

stripComments :: [(Token, b)] -> [(Token, b)] Source