| Crates.io | tree-sitter-clingo |
| lib.rs | tree-sitter-clingo |
| version | 1.0.4 |
| created_at | 2022-01-03 18:09:03.889799+00 |
| updated_at | 2026-01-13 19:38:11.784809+00 |
| description | Clingo grammar for tree-sitter |
| homepage | |
| repository | https://github.com/potassco/tree-sitter-clingo |
| max_upload_size | |
| id | 507242 |
| size | 973,420 |
This repository provides the tree-sitter grammar for clingo language, a system for Answer Set Programming (ASP) developed by the Potassco group.
pip install tree-sitter-clingo (PyPI)npm install tree-sitter-clingo (npm)cargo add tree-sitter-clingo (crates.io)tree-sitter buildWe bundle generated files for easier deployment. Ensure to generate (build and test) the parser using the following commands:
npx tree-sitter generate
npx tree-sitter build
npx tree-sitter test
When preparing a new release, ensure the version is updated consistently in the following files:
package.jsonpackage-lock.json (run npm update -S to update)Cargo.tomlCargo.lock (run cargo update to update)pyproject.tomlMakefile