このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
isprogram
/
tree-sitter-c
ミラー元
https://github.com/tree-sitter/tree-sitter-c
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プロジェクト
0
リリース
79
Wiki
アクティビティ
ソースを参照
Use new ubiquitous token format
pull/1/head
Max Brunsfeld
12年前
親
a2c90643d7
コミット
bb5fbbf48f
1個のファイルの変更
、
1行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-3
grammar.coffee
+ 1
- 3
grammar.coffee
ファイルの表示
@ -10,9 +10,7 @@ commaSep1 = (rule) ->
module.exports =
compiler
.
grammar
name:
'
c
'
,
separators:
[
'
'
,
'
\t
'
,
'
\r
'
,
'
\n
'
]
ubiquitous:
[
"
comment
"
]
ubiquitous:
->
[
@
comment
,
/\s/
]
rules
:
program:
->
repeat
(
choice
(
書き込み
プレビュー
読み込み中…
キャンセル
保存