This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
tree-sitter-c
mirror of
https://github.com/tree-sitter/tree-sitter-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
79
Wiki
Activity
Browse Source
⬆️
tree-sitter-cli
pull/8/head
Max Brunsfeld
8 years ago
parent
a2bbfc6bdc
commit
01ef6260cd
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
src/parser.c
+ 1
- 1
package.json
View File
@ -14,7 +14,7 @@
"nan"
:
"^2.4.0"
}
,
"devDependencies"
:
{
"tree-sitter-cli"
:
"^0.10.
0
"
"tree-sitter-cli"
:
"^0.10.
1
"
}
,
"scripts"
:
{
"build"
:
"tree-sitter generate && node-gyp build"
,
+ 1
- 1
src/parser.c
View File
@ -5,7 +5,7 @@
#
pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#
endif
#
define LANGUAGE_VERSION
5
#
define LANGUAGE_VERSION
6
#
define STATE_COUNT 1707
#
define SYMBOL_COUNT 202
#
define ALIAS_COUNT 18
Write
Preview
Loading…
Cancel
Save