mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
|
(Program
|
||
|
(Hash
|
||
|
(KeyValue
|
||
|
{ (Identifier)
|
||
|
->(Identifier) }
|
||
|
{ (Integer)
|
||
|
->(Integer) }))
|
||
|
(Hash)
|
||
|
{+(Assignment
|
||
|
(Identifier)
|
||
|
(Hash
|
||
|
(Comment)
|
||
|
(KeyValue
|
||
|
(Identifier)
|
||
|
(Identifier))
|
||
|
(KeyValue
|
||
|
(Identifier)
|
||
|
(Identifier))))+}
|
||
|
{-(Hash
|
||
|
(KeyValue
|
||
|
(Identifier)
|
||
|
(Identifier))
|
||
|
(KeyValue
|
||
|
(Identifier)
|
||
|
(Identifier)))-})
|