Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 747 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 747 Bytes

tree-sitter-apertium

This repository contains tree-sitter parsers for the various non-XML file formats used in Apertium.

Requirements

Parsers

npm install tree-sitter-cli

Python bindings

Runtime dependencies

pip3 install tree_sitter

Build dependencies

  • setuptools
  • on Linux, auditwheel and patchelf
pip3 install auditwheel setuptools
apt install patchelf

Compiling

To compile everything, run

make

To compile only the parsers and not the Python bindings, run

make langs