Parser for Manchester Syntax in Python.
Dependencies: tree-sitter
, tree-sitter-manchester
, maturin
, man-parse-rust
.
-
Project Setup: run
install.sh
-
Installing Maturin
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip maturin
-
Build
maturin develop
for local installationmaturin build
for creating a wheel
-
Test
cd ..
python demo.py