gll: GLL parser with simple combinator interface

[ bsd3, compilers, library ] [ Propose Tags ]

The package gll provides generalised top-down parsing according to the GLL parsing algorithm [Scott and Johnstone 2010,2013].

The user can either invoke the GLL parser directly by importing GLL.Parser and providing a value of the Grammar datatype in (exported by GLL.Parser). Alternatively, the user can import GLL.Combinators to write combinator expressions from which a grammar of the required form is extracted. The combinators enable applying arbitrary semantic actions to parse results. The documentation of the respective packages provides more information.

The main motivation for this package is the development of Domain Specific Languages (DSLs). More specifically: designing DSLs with minimal differences between between abstract and concrete syntax (abstract syntax is often ambiguous).

Please email any questions, comments and suggestions to the maintainer.

Modules

[Last Documentation]

  • GLL
    • GLL.Combinators
      • GLL.Combinators.Interface
      • Test
        • GLL.Combinators.Test.Interface
    • Parseable
      • GLL.Parseable.Char
    • GLL.Parser

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.3.0.1, 0.3.0.6, 0.3.0.7, 0.3.0.9, 0.3.0.10, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.0.11, 0.4.0.12, 0.4.0.13, 0.4.1.0, 0.4.1.1 (info)
Change log changelog.txt
Dependencies array, base (>=4.3.1.0 && <=4.8.2.0), containers (>=0.4), pretty, regex-applicative (>=0.3), text, TypeCompose [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 L. Thomas van Binsbergen
Author L. Thomas van Binsbergen
Maintainer L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
Revised Revision 1 made by ltvanbinsbergen at 2016-04-02T11:32:36Z
Category Compilers
Uploaded by ltvanbinsbergen at 2016-04-02T07:24:10Z
Distributions NixOS:0.4.1.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 10902 total (67 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-27 [all 3 reports]