funcons-tools-0.2.0.13: A modular interpreter for executing funcons
Safe HaskellNone
LanguageHaskell2010

Funcons.GLLParser

Documentation

type Parser a = BNF Token a Source #

parse :: Parser a -> String -> a Source #

allParses :: Parser a -> String -> [a] Source #