Safe Haskell | None |
---|
Language.Grammars.ZipperAG.Examples.DESK.DESK_references
Documentation
Constructors
PRINT Expression ConstPart |
data Expression Source
Constructors
Add Expression Factor | |
Fact Factor |
Instances
Data Expression | |
Show Expression | |
Typeable Expression |
Constructors
Id String |
Constructors
EmptyConstPart | |
WHERE ConstDefList |
data ConstDefList Source
Constructors
Comma ConstDefList ConstDef | |
Def ConstDef |
Instances
Data ConstDefList | |
Show ConstDefList | |
Typeable ConstDefList |
type SymbolTable = [(String, Zipper Root)]Source
constructor :: Zipper Root -> StringSource
envi :: Zipper Root -> SymbolTableSource
envs :: Zipper Root -> SymbolTableSource
isInST :: String -> SymbolTable -> BoolSource
getValue :: String -> SymbolTable -> StringSource