katydid-0.1.1.0: A haskell implementation of Katydid

Safe HaskellNone
LanguageHaskell2010

Parser

Contents

Description

This module parses the Relapse Grammar using the Parsec Library.

Synopsis

Parse Grammar

parseGrammar :: String -> Either ParseError Refs Source #

parseGrammar parses the Relapse Grammar.

Internal functions

These functions are exposed for testing purposes.