aasam: Convert distfix precedence grammars to unambiguous context-free grammars.

[ apache, library, parsing ] [ Propose Tags ]

This project is a fully-extended implementation of the algorithm ℳ from Annika Aasa's "Precedences in specifications and implementations of programming languages". It provides an interface for converting distfix (mixfix) precedence grammars into unambiguous context-free grammars.


[Skip to Readme]

Modules

[Last Documentation]

  • Aasam

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies base (>=4.15.1.0 && <4.16), containers (>=0.6.4 && <0.7) [details]
License Apache-2.0
Author Alexander Lucas
Maintainer mobotsar@protonmail.com
Category parsing
Bug tracker https://gitlab.com/mobotsar/aasam
Uploaded by mobotsar at 2022-08-13T21:39:03Z
Distributions
Downloads 104 total (6 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 2022-08-18 [all 2 reports]

Readme for aasam-0.1.0.0

[back to package description]

aasam

This project is a fully-extended implementation of the algorithm ℳ from Annika Aasa's "Precedences in specifications and implementations of programming languages". It provides an interface for converting distfix (mixfix) precedence grammars into unambiguous context-free grammars.