🌳 tree-sitter-aspcore2

This repository provides the tree-sitter grammar for the ASP-Core-2 input language format, a standard input language for Answer Set Programming (ASP) systems.
📦 Installation
- Python:
pip install tree-sitter-aspcore2(PyPI) - Node.js:
npm install @potassco/tree-sitter-aspcore2(npm) - Rust:
cargo add tree-sitter-aspcore2(crates.io) - C: Build with
tree-sitter build
📋 Release Checklist
When preparing a new release, ensure the version is updated consistently in the following files:
package.jsonpackage-lock.json(runtree-sitter generateto update)Cargo.tomlCargo.lock(runcargo updateto update)pyproject.tomlMakefile