mirror of
https://github.com/github/semantic.git
synced 2024-12-20 13:21:59 +03:00
29 lines
461 B
Plaintext
29 lines
461 B
Plaintext
(Program
|
|
{-(Hash
|
|
(KeyValue
|
|
(Identifier)
|
|
(Integer)))-}
|
|
(Hash)
|
|
{+(Hash
|
|
(KeyValue
|
|
(Identifier)
|
|
(Integer)))+}
|
|
{+(Hash
|
|
(KeyValue
|
|
(Identifier)
|
|
(Identifier))
|
|
(KeyValue
|
|
(Identifier)
|
|
(Identifier)))+}
|
|
{-(Assignment
|
|
(Identifier)
|
|
(Hash
|
|
(Context
|
|
(Comment)
|
|
(KeyValue
|
|
(Identifier)
|
|
(Identifier)))
|
|
(KeyValue
|
|
(Identifier)
|
|
(Identifier))))-})
|