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
Вики
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…
Откажи
Сачувај