We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2a3c4 commit ea755c0Copy full SHA for ea755c0
.github/workflows/test.yml
@@ -67,10 +67,10 @@ jobs:
67
68
- name: Build parser
69
run: npx tree-sitter build
70
-
71
- - name: Check for parsing errors
+
+ - name: Parse test samples
72
run: |
73
- npx tree-sitter parse test/corpus/*.txt --quiet --stat
+ npx tree-sitter test
74
75
lint:
76
name: Lint Grammar
binding.gyp
@@ -8,7 +8,8 @@
8
],
9
"sources": [
10
"bindings/node/binding.cc",
11
- "src/parser.c"
+ "src/parser.c",
12
+ "src/scanner.c"
13
14
"cflags_c": [
15
"-std=c99"
0 commit comments