mirror of
https://github.com/github/semantic.git
synced 2025-01-01 11:46:14 +03:00
22 lines
279 B
Plaintext
22 lines
279 B
Plaintext
(Program
|
|
{+(Identifier)+}
|
|
{+(Plus
|
|
(Identifier)
|
|
(Identifier))+}
|
|
(
|
|
(Integer)
|
|
(Integer)
|
|
(Integer))
|
|
{+(
|
|
(Integer)
|
|
(Integer)
|
|
(Integer))+}
|
|
{-(Identifier)-}
|
|
{-(
|
|
(Integer)
|
|
(Integer)
|
|
(Integer))-}
|
|
{-(Plus
|
|
(Identifier)
|
|
(Identifier))-})
|