Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
isprogram
/
tree-sitter-c
peilaus alkaen
https://github.com/tree-sitter/tree-sitter-c
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Projects
0
Julkaisut
79
Wiki
Toiminta
Selaa lähdekoodia
Upgrade tree-sitter for new lexer API
pull/8/head
Max Brunsfeld
8 vuotta sitten
vanhempi
a76daa432c
commit
1e5937fc7e
2 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-0
src/tree_sitter/parser.h
+ 1
- 1
package.json
Näytä tiedosto
@ -14,7 +14,7 @@
"nan"
:
"^2.4.0"
}
,
"devDependencies"
:
{
"tree-sitter-cli"
:
"^0.
7.1
"
"tree-sitter-cli"
:
"^0.
8.0
"
}
,
"scripts"
:
{
"build"
:
"tree-sitter generate && node-gyp build"
,
+ 1
- 0
src/tree_sitter/parser.h
Näytä tiedosto
@ -24,6 +24,7 @@ typedef struct {
typedef
struct
{
void
(
*
advance
)
(
void
*
,
bool
)
;
void
(
*
mark_end
)
(
void
*
)
;
uint32_t
(
*
get_column
)
(
void
*
)
;
int32_t
lookahead
;
TSSymbol
result_symbol
;
}
TSLexer
;
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna