JSPM

@potassco/tree-sitter-clingo

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27580F
  • License MIT

Clingo grammar for tree-sitter

Package Exports

  • @potassco/tree-sitter-clingo
  • @potassco/tree-sitter-clingo/bindings/node/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@potassco/tree-sitter-clingo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

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

📋 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