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
⬆️
tree-sitter-cli
pull/8/head
Max Brunsfeld
há 8 anos
ascendente
a2bbfc6bdc
cometimento
01ef6260cd
2 ficheiros alterados
com
2 adições
e
2 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
-1
src/parser.c
+ 1
- 1
package.json
Ver ficheiro
@ -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
Ver ficheiro
@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar