Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
tree-sitter-c
mirror da
https://github.com/tree-sitter/tree-sitter-c
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
79
Wiki
Attività
Sfoglia il codice sorgente
Upgrade tree-sitter for new lexer API
pull/8/head
Max Brunsfeld
8 anni fa
parent
a76daa432c
commit
1e5937fc7e
2 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
package.json
+1
-0
src/tree_sitter/parser.h
+ 1
- 1
package.json
Vedi File
@ -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
Vedi File
@ -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
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva