Skip to content

Acknowledgements

Antlrope stands on excellent open-source work:

  • ANTLR (Terence Parr and contributors) — the parser generator, its serialized-ATN format, and the ANTLR4 C++ runtime this package vendors and drives.
  • nanobind (Wenzel Jakob) — the C++/Python binding layer the native extension is built with.
  • antlr4-python3-runtime — the official Python runtime that the generated parser modules subclass.
  • Material for MkDocs / Zensical (the Material team) — the documentation theme and site generator, with API pages rendered by mkdocstrings.

Much of Antlrope's implementation, tests, and documentation was written in close collaboration with Claude Opus 4.8 (Anthropic), via Claude Code.