tree-sitter-aspcore2 1.0.0

A tree-sitter grammar for the ASP-Core-2 input language format for ASP (Aswer Set Programming) systems.
Documentation

🌳 tree-sitter-aspcore2 ci-badge pypi-version-badge npm-version-badge crates-version-badge rust-doc-badge

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.json
  • package-lock.json (run tree-sitter generate to update)
  • Cargo.toml
  • Cargo.lock (run cargo update to update)
  • pyproject.toml
  • Makefile