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
Handle line continuations with CRLF endings
pull/38/head
Max Brunsfeld
6 vuotta sitten
vanhempi
d2ebd7f6c0
commit
b6ff8fbdaf
3 muutettua tiedostoa
jossa
2438 lisäystä
ja
2380 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
grammar.js
+1
-1
src/grammar.json
+2436
-2378
src/parser.c
+ 1
- 1
grammar.js
Näytä tiedosto
@ -25,7 +25,7 @@ module.exports = grammar({
name
:
'c'
,
extras
:
$
=>
[
/\s|\\\n/
,
/\s|\\\
r?\
n/
,
$
.
comment
,
]
,
+ 1
- 1
src/grammar.json
Näytä tiedosto
@ -6096,7 +6096,7 @@
"extras"
:
[
{
"type"
:
"PATTERN"
,
"value"
:
"\\s|\\\\\\n"
"value"
:
"\\s|\\\\\\
r?\\
n"
}
,
{
"type"
:
"SYMBOL"
,
+ 2436
- 2378
src/parser.c
File diff suppressed because it is too large
Näytä tiedosto
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna