ebnf-bff-0.1.0.0: Parser combinators & EBNF, BFFs!

Safe HaskellNone
LanguageHaskell2010

Text.EBNF.Informal

Synopsis

Documentation

syntax :: Parser SyntaxTree Source

Syntax parser, parses an entire syntax

syntaxRule :: Parser SyntaxTree Source

Syntax rule parser, parses a single syntax rule

syntacticException :: Parser SyntaxTree Source

A syntactic exception is a syntactic factor that is checked for self-reference in this implementation.

irrelevent :: Parser SyntaxTree Source

Parser for irrelevent data, things like whitespace and comments. still parsed and added to the tree but grouped together