이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
tree-sitter-c
의 미러
https://github.com/tree-sitter/tree-sitter-c
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
79
위키
활동
소스 검색
Fix malformed test that wasn't being run
pull/2/head
Max Brunsfeld
10 년 전
부모
a309768a19
커밋
c57b5a58f2
2개의 변경된 파일
과
2개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
grammar.js
+2
-2
grammar_test/statements.txt
+ 0
- 1
grammar.js
파일 보기
@ -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
파일 보기
@ -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)))))))
쓰기
미리보기
불러오는 중...
취소
저장