"Tree-sitter CLI") add_custom_command(OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/src/parser.c" DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/grammar.json" COMMAND "${TREE_SITTER_CLI}" generate src/grammar.json --abi=${TREE_SITTER_ABI_VERSION} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" ...
{ "name": "tree-sitter-c", "version": "0.20.2", "description": "C grammar for node-tree-sitter", "main": "bindings/node", "keywords": [ "parser", "lexer" ], "repository": { "type": "git", "url": "https://github.com/tree-sitter/tree-sitter-c.git" }, "author": "Max...
{ "tree-sitter": "^0.21.0" }, "peerDependenciesMeta": { "tree_sitter": { "optional": true } }, "devDependencies": { "prebuildify": "^6.0.0", "tree-sitter-cli": "^0.21.0", "web-tree-sitter": "^0.21.0" }, "scripts": { "test": "tree-sitter test", "examples...
uses: tree-sitter/workflows/.github/workflows/release.yml@main @@ -14,6 +19,8 @@ jobs: uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main secrets: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: ubuntu-version: "22.04" crates: uses: tree-sitter/workflows/.github/workflows...
Automated changes by create-pull-request GitHub action Update parsers: c, c_sharp, cpp, cuda, racket, scala 591037a github-actions bot force-pushed the update-lockfile-pr branch from e1b527a to 591037a Compare June 15, 2023 06:36 clason marked this pull request as ready for review June...
identifier: $ => choice('a', 'b', 'c') } }); 59 changes: 0 additions & 59 deletions 59 test/fixtures/test_grammars/aliased_inlined_rules/grammar.json Load diff This file was deleted. 1 change: 0 additions & 1 deletion 1 test/fixtures/test_grammars/aliased_inlined_rules/readme...