katydid-0.2.0.1: 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.