This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
tree-sitter-c
镜像来自
https://github.com/tree-sitter/tree-sitter-c
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
79
Wiki
Activity
瀏覽代碼
Use new ubiquitous token format
pull/1/head
Max Brunsfeld
12 年之前
父節點
a2c90643d7
當前提交
bb5fbbf48f
共有
1 個文件被更改
,包括
1 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
Write
Preview
Loading…
取消
儲存