1.1.0 • Published 3 years ago

tree-sitter-prolog v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

tree-sitter-prolog

How to use

To include in your project.

npm install --save tree-sitter-prolog

How to run

  • Clone git
  • Install dependencies

    npm install

    npm install -g node-gyp

  • Build

    npm run build

  • Run

    tree-sitter generate

    tree-sitter parse examples/example1.pl

    tree-sitter test

ToDo

  • Implement CHR parsing.
  • Better match ISO

When using in Atom apps.

Ensure that you have the latest version of tree-sitter-prolog as "tree-sitter-cli": "^0.15.3" is required.

1.1.0

3 years ago

1.0.1-alpha.2

3 years ago

1.0.1-alpha.1

3 years ago

1.0.1-alpha.0

3 years ago