Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
tree-sitter-c
espelho de
https://github.com/tree-sitter/tree-sitter-c
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
79
Wiki
Trabalho
Ver a proveniência
Upgrade tree-sitter for new lexer API
pull/8/head
Max Brunsfeld
há 8 anos
ascendente
a76daa432c
cometimento
1e5937fc7e
2 ficheiros alterados
com
2 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
package.json
+1
-0
src/tree_sitter/parser.h
+ 1
- 1
package.json
Ver ficheiro
@ -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
Ver ficheiro
@ -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
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar