Skip to main content

Yet Another LR(1) implementation

Project description

Yet Another LR Implementation

This is another implementation of the classic LR(1) parsing algorithm, along with Knuth’s LR(1) table generation algorithm.

Rather than follow the model of tools like yacc and require external code generation, this library is driven dynamically from Python code.

An obvious question is, “why?”

Two reasons:

  • firstly, to experiment with surface syntax for expressing grammars in Python code in as uninvasive a way as possible.

    The package “ptk” takes a similar approach here.

  • secondly, to provide a playground to look at other “cutting-edge” parsing algorithms, as a basis for improving my own understanding of them.

By “cutting-edge” I’m largely referring to the late 1970s.

The current implementation is largely inspired by yacc, including yacc’s various deficiencies:

  • there’s a linearisation used for reduce/reduce conflict resolution;

  • there’s a linearisation used for token precedence.

In practice, it’s easy to get bitten by both of these - as it is for the default shift/reduce resolution to mask errors. A more flexible partial ordering is certainly feasible.

Credits

Some of the example grammars included in the tests are derived from the (Red) Dragon Book, which I’ve had since I was about 16; it’s a book which definitely shaped my life.

I’ve no idea how the reference numbers line up with later additions.

Compilers: Principles, Techniques, and Tools (1986) by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yalr-0.0.5.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file yalr-0.0.5.tar.gz.

File metadata

  • Download URL: yalr-0.0.5.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for yalr-0.0.5.tar.gz
Algorithm Hash digest
SHA256 49d6b4f4f1f0da2e21b59955f9fa1e3968f8dee8a1f8c0d8a55df088cf90ccec
MD5 bf4061825dc24d8964620d1ba0611e9d
BLAKE2b-256 1deb365779a3e64904e15c3e3c088cd6198862d9430201fd884877b5455069dd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page