API reference
Each language’s API reference is generated by that ecosystem’s own tool, so it reads the way you expect — rustdoc for Rust, TypeDoc for TypeScript, the annotated header for C.
Rust — rustdocrustdoc for the hyperlark crate (Lark, ParseResult, Cursor, Token, …).
TypeScript — TypeDocGenerated from the typed WASM surface. Built by the docs deploy.
Python — pdocGenerated from the package docstrings — Lark, Transformer, the visitor family, Tree / Token, and the exception hierarchy.
C — hyperlark.hThe hand-written ABI contract, with the lifetime, panic and threading rules up front.