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

[Index] [Quick Jump]

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), text (>=1.2.5 && <1.3) [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-18T02:37:46Z
Distributions
Downloads 104 total (9 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for aasam-0.2.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.