//! # Zantetsu FFI
//!
//! Multi-language FFI bindings for Zantetsu.
//! Exports the core parsing engine to TypeScript/Node (napi-rs),
//! Python (PyO3), and C/C++ (cbindgen).
// Re-export for node bindings
pub use ;
pub use HeuristicParserNode;
pub use HeuristicParserPy;
use *;