Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
isprogram
/
tree-sitter-c
şunun yansıması
https://github.com/tree-sitter/tree-sitter-c
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Projeler
0
Sürümler
79
Wiki
Aktivite
Kaynağa Gözat
Fix malformed test that wasn't being run
pull/2/head
Max Brunsfeld
10 yıl önce
ebeveyn
a309768a19
işleme
c57b5a58f2
2 değiştirilmiş dosya
ile
2 ekleme
ve
3 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+0
-1
grammar.js
+2
-2
grammar_test/statements.txt
+ 0
- 1
grammar.js
Dosyayı Görüntüle
@ -30,7 +30,6 @@ module.exports = grammar({
conflicts
:
$
=>
[
[
$
.
_type_specifier
,
$
.
_expression
]
,
[
$
.
_type_specifier
,
$
.
direct_declarator
]
,
[
$
.
sizeof_expression
,
$
.
cast_expression
]
,
]
,
+ 2
- 2
grammar_test/statements.txt
Dosyayı Görüntüle
@ -74,12 +74,12 @@ int main() {
printf("hi");
}
---
---
(translation_unit
(function_definition
(identifier)
(
direct
_declarator (identifier))
(
function
_declarator (identifier))
(compound_statement
(while_statement (identifier)
(expression_statement (call_expression (identifier) (string_literal)))))))
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet