@potassco/tree-sitter-clingo-test
v1.0.4
Published
Clingo grammar for tree-sitter
Maintainers
Readme
🌳 tree-sitter-clingo

This repository provides the tree-sitter grammar for clingo language, a system for Answer Set Programming (ASP) developed by the Potassco group.
📦 Installation
- Python:
pip install tree-sitter-clingo(PyPI) - Node.js:
npm install tree-sitter-clingo(npm) - Rust:
cargo add tree-sitter-clingo(crates.io) - C: Build with
tree-sitter build
🔗 Related Projects
- clingo-syntax.nvim: Neovim plugin for clingo syntax highlighting using this project.
📋 Release Checklist
We 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 testWhen preparing a new release, ensure the version is updated consistently in the following files:
package.jsonpackage-lock.json(runnpm update -Sto update)Cargo.tomlCargo.lock(runcargo updateto update)pyproject.tomlMakefile
