gll-0.4.0.13: GLL parser with simple combinator interface

Safe HaskellNone
LanguageHaskell2010

GLL.Combinators.Test.BinaryInterface

Description

This model contains unit-tests for Interface.

Included examples

  • Elementary parsers
  • Sequencing
  • Alternatives
  • Simple binding
  • Binding with alternatives
  • Recursion (non-left)
  • Higher-order patterns:

    • Optional
    • Kleene-closure / positive closure
    • Seperator
    • Inline choice
  • Ambiguities:

    • "aaa"
    • longambig
    • aho_s
    • EEE
  • Left recursion
  • Hidden left-recursion
Synopsis

Documentation

main :: IO () Source #

Defines and executes multiple1 unit-tests