이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
tree-sitter-c
의 미러
https://github.com/tree-sitter/tree-sitter-c
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
79
위키
활동
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
246
커밋
9
브랜치
71 MiB
C
98.2%
JavaScript
1%
C++
0.3%
트리:
2ed529f075
dependabot/github_actions/actions/checkout-7
dependabot/github_actions/actions/setup-node-6
master
zig
attribute
exclude-keywords
external-scanners
function-def
reserved
v0.24.2
v0.24.1
v0.24.0
v0.23.6
v0.23.5
v0.23.4
v0.23.3
v0.23.2
v0.23.1
v0.23.0
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.20.8
v0.20.7
v0.20.6
v0.20.5
v0.20.4
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.0
0.16.1
v0.16.0
v0.15.3
v0.15.2
v0.15.1
v0.15.0
v0.13.13
v0.13.12
v0.13.11
v0.13.10
v0.13.9
v0.13.8
v0.13.7
v0.13.6
v0.13.5
v0.13.4
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.12.1
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from '2ed529f075'
${ noResults }
HTTPS
ZIP
TAR.GZ
calixteman
2ed529f075
Add u|U|u8 string|char support (
#36
)
6 년 전
examples
Add some example files to parse on CI
9 년 전
queries
Improve highlighting query
6 년 전
src
Add u|U|u8 string|char support (#36)
6 년 전
test
Add u|U|u8 string|char support (#36)
6 년 전
.appveyor.yml
Add appveyor config
7 년 전
.gitattributes
Add some example files to parse on CI
9 년 전
.gitignore
⬆️
tree-sitter-cli
8 년 전
.npmignore
Use new test structure, add syntax highlighting tests
6 년 전
.travis.yml
Use node 10 on travis
7 년 전
LICENSE
Initial commit
12 년 전
README.md
Add appveyor badge to README
7 년 전
binding.gyp
⬆️
tree-sitter-cli
9 년 전
grammar.js
Add u|U|u8 string|char support (#36)
6 년 전
index.js
Update tree-sitter-cli to 0.15.3
7 년 전
package.json
⬆️
tree-sitter-cli
6 년 전
README.md
tree-sitter-c
C grammar for
tree-sitter
. Adapted from
this C99 grammar
.