mirror of
https://github.com/github/semantic.git
synced 2024-12-30 18:36:27 +03:00
35 lines
539 B
Plaintext
35 lines
539 B
Plaintext
(Program
|
|
(Hash
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(Symbol) }
|
|
{ (TextElement)
|
|
->(TextElement) })
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(Symbol) }
|
|
{ (Integer)
|
|
->(Integer) })
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(TextElement) }
|
|
{ (Boolean)
|
|
->(Boolean) })
|
|
{+(KeyValue
|
|
(Symbol)
|
|
(Integer))+})
|
|
{+(Hash)+}
|
|
{+(Hash
|
|
(Comment)
|
|
(KeyValue
|
|
(Identifier)
|
|
(Integer))
|
|
(Comment)
|
|
(Comment)
|
|
(KeyValue
|
|
(TextElement)
|
|
(Integer))
|
|
(Comment))+}
|
|
{+(Hash
|
|
(Comment))+})
|