mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +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)))-})
|