gll-0.2.0.3: GLL parser with simple combinator interface

Safe HaskellNone
LanguageHaskell98

GLL.Combinators.Test.Interface

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 some unit-tests