package parsexp

  1. Overview
  2. Docs
S-expression parsing library

Install

Dune Dependency

Authors

Maintainers

Sources

parsexp-v0.16.0.tar.gz
sha256=b6e2572c8e6191a85cb8f9c3276ed87fe00522c81ba7a268179fb08185e55e12

CHANGES.md.html

Release v0.16.0

  • Expose type equalities for State.t and Stack.t types in off-the-shelf parser modules. This lets you use one of those modules, but without giving up the flexibility of interaction with the parser state.

Old pre-v0.15 changelogs (very likely stale and incomplete)

v0.11

Drop dependency on Base.

v0.10

Initial release