Skip to main content

Usfm3 grammar for tree-sitter

Project description

Tree-sitter-usfm3

Tree sitter implementation of the USFM language.

Installation

pip install tree=sitter
pip install tree-sitter-usfm3

Usage

import tree_sitter_usfm3 as tsusfm
from tree_sitter import Language, Parser

USFM_LANGUAGE = Language(tsusfm.language())
parser = Parser(USFM_LANGUAGE)

source_code = '\\id GEN\n\\c 1\n\\p\n\\v 1 In the begining..'.encode('utf-8')
tree = parser.parse(source_code)

print(str(tree.root_node))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tree_sitter_usfm3-3.0.0b15.tar.gz (374.7 kB view details)

Uploaded Source

File details

Details for the file tree_sitter_usfm3-3.0.0b15.tar.gz.

File metadata

  • Download URL: tree_sitter_usfm3-3.0.0b15.tar.gz
  • Upload date:
  • Size: 374.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tree_sitter_usfm3-3.0.0b15.tar.gz
Algorithm Hash digest
SHA256 3c754842a60546c55b7a4c53380e85682dc5d36888177dc52d33846cc50b67e0
MD5 e53ff5b49851a680708fff0e1d981215
BLAKE2b-256 c8dbde5efe63c852403ad69609131101325c963b5b01496ba56a84a69560c303

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page