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
Regenerate with latest tree-sitter-cli
This fixes a bug in regex quantifier handling that affects the escape sequence token.
pull/16/merge
Max Brunsfeld
8 years ago
parent
9712b0647b
commit
db4a1ea503
2 changed files
with
1760 additions
and
1766 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1759
-1765
src/parser.c
+ 1
- 1
package.json
View File
@ -13,7 +13,7 @@
"nan"
:
"^2.10.0"
}
,
"devDependencies"
:
{
"tree-sitter-cli"
:
"^0.13.
4
"
"tree-sitter-cli"
:
"^0.13.
6
"
}
,
"scripts"
:
{
"build"
:
"tree-sitter generate && node-gyp build"
,
+ 1759
- 1765
src/parser.c
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save