Expand description
Error handling for Python bindings
The SyntaError custom Python exception is defined here and exported to
Python as synta.SyntaError. The SyntaErr Rust newtype that bridges
synta::Error to PyErr lives in synta-python-common and is re-exported
here for backward-compatibility with all callers in this crate.