mirror of
https://github.com/github/semantic.git
synced 2025-01-06 23:46:21 +03:00
45 lines
753 B
Plaintext
45 lines
753 B
Plaintext
(Program
|
|
(Hash
|
|
(KeyValue
|
|
{ (Send
|
|
{-(Identifier)-})
|
|
->(Symbol) }
|
|
{ (TextElement)
|
|
->(TextElement) })
|
|
(KeyValue
|
|
{ (Send
|
|
{-(Identifier)-})
|
|
->(Symbol) }
|
|
{ (Integer)
|
|
->(Integer) })
|
|
(KeyValue
|
|
{ (Send
|
|
{-(Identifier)-})
|
|
->(TextElement) }
|
|
{ (Boolean)
|
|
->(Boolean) })
|
|
{+(KeyValue
|
|
{+(Symbol)+}
|
|
{+(Integer)+})+})
|
|
{+(Hash)+}
|
|
{+(Hash
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(KeyValue
|
|
{+(Send
|
|
{+(Identifier)+})+}
|
|
{+(Integer)+})+})+}
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(Comment)+}
|
|
{+(KeyValue
|
|
{+(TextElement)+}
|
|
{+(Integer)+})+})+}
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(Empty)+})+})+}
|
|
{+(Hash
|
|
{+(Context
|
|
{+(Comment)+}
|
|
{+(Empty)+})+})+})
|