mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
36 lines
585 B
Plaintext
36 lines
585 B
Plaintext
(Program
|
|
(Hash
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(Symbol) }
|
|
{ (TextElement)
|
|
->(TextElement) })
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(Symbol) }
|
|
{ (Integer)
|
|
->(Integer) })
|
|
(KeyValue
|
|
{ (Identifier)
|
|
->(TextElement) }
|
|
{ (Boolean)
|
|
->(Boolean) })
|
|
{+(KeyValue
|
|
{+(Symbol)+}
|
|
{+(Integer)+})+})
|
|
{+(Hash)+}
|
|
{+(Hash
|
|
{+(KeyValue
|
|
{+(Identifier)+}
|
|
{+(Integer)+})+}
|
|
{+(KeyValue
|
|
{+(TextElement)+}
|
|
{+(Integer)+})+}
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(Empty)+})+})+}
|
|
{+(Hash
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(Empty)+})+})+})
|