slackhq / tree-sitter-hack

Hack grammar for tree-sitter
MIT License
33 stars 16 forks source link

Add CI tests #12

Closed aosq closed 3 years ago

aosq commented 3 years ago

We should run bin/test-corpus at least to start. Might want to have a test to verify src/grammar.json, src/node-types.json, and src/parser.c are up to date with every new PR.

aosq commented 3 years ago

Fixed by #14