0.4.5 • Published 4 years ago

tree-sitter-pkm v0.4.5

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

tree-sitter-quick_check

A grammar to test your Tree-sitter development workflow

It does work with node 11.10, but not with 12.x at the moment.

**

After checkout run npm install.

For Windows-users, run the windows scripts.

The most important files are the following ones:

  • grammar.js defines the grammar
  • corpus/xyt.txtt contains tests against the generated parser.

To run the tests, run the test-script.

At the moment, the two tests on timespans fail: it is quite hard to come up with a way to parse them correctly and not interpret them as another symbol defined in the grammar (in this case an object-reference).

node 12.xx

It works with node 12.x when installing tree-sitter-cli globally: npm install -g tree-sitter-cli npm install --> may lead to error when rebuilding node-gyp, it worked nonetheless ./node_modules/.bin/node-gyp configure run the build-windows script

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.2

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago