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
Release history Release notifications | RSS feed
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.0b17.tar.gz
(372.6 kB
view details)
File details
Details for the file tree_sitter_usfm3-3.0.0b17.tar.gz.
File metadata
- Download URL: tree_sitter_usfm3-3.0.0b17.tar.gz
- Upload date:
- Size: 372.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54341ff6017318d95d5e4aba9d66f609239d1445e7e0e6c61ea291813f10cefb
|
|
| MD5 |
cb816b5b7338cef78c1e52ebe3ecf256
|
|
| BLAKE2b-256 |
3cc999a83920b17a2853b7ea94599691d99db6e67f446513084a5dbaab9b986a
|