🌳 tree-sitter-metasp

This repository provides the tree-sitter grammar for metasp language, a system for implementing Answer Set Programming (ASP) systems via metaprogramming, developed by the Potassco group.
📦 Installation
- Python:
pip install tree-sitter-metasp(PyPI) - Node.js:
npm install tree-sitter-metasp(npm) - Rust:
cargo add tree-sitter-metasp(crates.io) - C: Build with
tree-sitter build
📋 Release Checklist
We bundle generated files for easier deployment. Ensure to generate (build and test) the parser using the following commands:
When 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