ts-clarity


Namets-clarity JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryClarity grammar for tree-sitter
upload_time2024-06-28 13:20:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords incremental parsing tree-sitter clarity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tree-sitter-clarity
> 💡 this grammar is still in development.

This repository contains a grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

The goal of this project is to provide an parser efficient low-dependency parser for clarity.


### Navigating this repository
The primary file in this repository is `grammar.js` which describes the tree-sitter grammar.

```
# Primary file:
grammar.js
# Tests:
/test/**/*

# Auto generated:
/src/**/*
binding.gyp
```

Major inspriration & some structures have been taken from tree-sitter-solidity, a big thanks to the contributors to this repo!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ts-clarity",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "incremental, parsing, tree-sitter, clarity",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/17/8d/9ca9fb88670a77443f24337c1069622c7ef0965b03410d982d91c513cf11/ts-clarity-0.0.4.tar.gz",
    "platform": null,
    "description": "# tree-sitter-clarity\n> \ud83d\udca1 this grammar is still in development.\n\nThis repository contains a grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).\n\nThe goal of this project is to provide an parser efficient low-dependency parser for clarity.\n\n\n### Navigating this repository\nThe primary file in this repository is `grammar.js` which describes the tree-sitter grammar.\n\n```\n# Primary file:\ngrammar.js\n# Tests:\n/test/**/*\n\n# Auto generated:\n/src/**/*\nbinding.gyp\n```\n\nMajor inspriration & some structures have been taken from tree-sitter-solidity, a big thanks to the contributors to this repo!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Clarity grammar for tree-sitter",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/tree-sitter/tree-sitter-clarity"
    },
    "split_keywords": [
        "incremental",
        " parsing",
        " tree-sitter",
        " clarity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d99e38121435f9f6a35ebaf06d442459610c0fcc86b7789d0330bcb0aa7e61e3",
                "md5": "f1d10d576f756edd357d53e76177681b",
                "sha256": "6a94881ee22c3d6f72353f1b6c1b8917f8900ff68b332386a0f8252d37f074ca"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1d10d576f756edd357d53e76177681b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 19002,
            "upload_time": "2024-06-28T13:19:58",
            "upload_time_iso_8601": "2024-06-28T13:19:58.423456Z",
            "url": "https://files.pythonhosted.org/packages/d9/9e/38121435f9f6a35ebaf06d442459610c0fcc86b7789d0330bcb0aa7e61e3/ts_clarity-0.0.4-cp38-abi3-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d61a80134f013c89f16ad3b10398c1b7ed51d7efe59ce8c0689ceb707376ace",
                "md5": "1e7b1999d22fa57bba44cc3df36e05de",
                "sha256": "480d31c05b65b4eff499e809a545be3bd7117b133352f0bbd7abc74a2d361710"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e7b1999d22fa57bba44cc3df36e05de",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 19012,
            "upload_time": "2024-06-28T13:19:59",
            "upload_time_iso_8601": "2024-06-28T13:19:59.960065Z",
            "url": "https://files.pythonhosted.org/packages/7d/61/a80134f013c89f16ad3b10398c1b7ed51d7efe59ce8c0689ceb707376ace/ts_clarity-0.0.4-cp38-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f39fc5ad880eea7f7487c7cd27310924fbd7283f723714cc463787e343f95ea6",
                "md5": "62506b0cca235261369bea5d742b0724",
                "sha256": "8197ea0191e727c9dca5c461558ee16d42caa63d71eaa1f35119f7a3f4ffb156"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "62506b0cca235261369bea5d742b0724",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 36132,
            "upload_time": "2024-06-28T13:20:02",
            "upload_time_iso_8601": "2024-06-28T13:20:02.409909Z",
            "url": "https://files.pythonhosted.org/packages/f3/9f/c5ad880eea7f7487c7cd27310924fbd7283f723714cc463787e343f95ea6/ts_clarity-0.0.4-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a27ff4f7649127d5b3a9785c34dbd3494c3cf8d251b2b468113d815b804c2a84",
                "md5": "dc327524e65fcf9a7968ca756a6146b4",
                "sha256": "8788238d043879667345b96400e04e954f697e2c16dd85b1c79d1515fa3d7fe8"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc327524e65fcf9a7968ca756a6146b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 33942,
            "upload_time": "2024-06-28T13:20:03",
            "upload_time_iso_8601": "2024-06-28T13:20:03.889827Z",
            "url": "https://files.pythonhosted.org/packages/a2/7f/f4f7649127d5b3a9785c34dbd3494c3cf8d251b2b468113d815b804c2a84/ts_clarity-0.0.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "857d4d0721471057dbf927e67e71a15ed00bb0351ac4cbd326aa2616d42635d5",
                "md5": "5df68677f16aaeceb915ba22e96c603d",
                "sha256": "0e929993255103f99c0753f5f5b27200624f2f9a77e658165e22158d9d53eb4f"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5df68677f16aaeceb915ba22e96c603d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 36912,
            "upload_time": "2024-06-28T13:20:05",
            "upload_time_iso_8601": "2024-06-28T13:20:05.129104Z",
            "url": "https://files.pythonhosted.org/packages/85/7d/4d0721471057dbf927e67e71a15ed00bb0351ac4cbd326aa2616d42635d5/ts_clarity-0.0.4-cp38-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99d72947ca1fdd7f7bd1ad1c63eb7794b358991fbf75e8081a800ebc5a60df48",
                "md5": "2bd60e9980aed7a453944cd7a5b8d534",
                "sha256": "623758c70f13388c35c094aafafb868bc97d7308356ead846f8b511e5f18f113"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2bd60e9980aed7a453944cd7a5b8d534",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 34576,
            "upload_time": "2024-06-28T13:20:06",
            "upload_time_iso_8601": "2024-06-28T13:20:06.654324Z",
            "url": "https://files.pythonhosted.org/packages/99/d7/2947ca1fdd7f7bd1ad1c63eb7794b358991fbf75e8081a800ebc5a60df48/ts_clarity-0.0.4-cp38-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f696f7ff2d53b43ab71d0de88b2f15b2fec9499584b6e5ad692068692cc2268b",
                "md5": "7e80ebdfa46c5decd50451b33be45788",
                "sha256": "4dd8c323c51d3035134dc7163e5d4c9c3282c5400f93bbcdbf16aad6bb03b358"
            },
            "downloads": -1,
            "filename": "ts_clarity-0.0.4-cp38-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7e80ebdfa46c5decd50451b33be45788",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 21544,
            "upload_time": "2024-06-28T13:20:07",
            "upload_time_iso_8601": "2024-06-28T13:20:07.831408Z",
            "url": "https://files.pythonhosted.org/packages/f6/96/f7ff2d53b43ab71d0de88b2f15b2fec9499584b6e5ad692068692cc2268b/ts_clarity-0.0.4-cp38-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "178d9ca9fb88670a77443f24337c1069622c7ef0965b03410d982d91c513cf11",
                "md5": "2c118cd5c9554441404027ac20e3fea3",
                "sha256": "5cf7fbd44badf7ace652db4f2c54fbd4625359cb5540e33a761430a4f46a2714"
            },
            "downloads": -1,
            "filename": "ts-clarity-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2c118cd5c9554441404027ac20e3fea3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24222,
            "upload_time": "2024-06-28T13:20:09",
            "upload_time_iso_8601": "2024-06-28T13:20:09.336676Z",
            "url": "https://files.pythonhosted.org/packages/17/8d/9ca9fb88670a77443f24337c1069622c7ef0965b03410d982d91c513cf11/ts-clarity-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 13:20:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tree-sitter",
    "github_project": "tree-sitter-clarity",
    "github_not_found": true,
    "lcname": "ts-clarity"
}
        
Elapsed time: 0.28194s