mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
22 lines
299 B
Plaintext
22 lines
299 B
Plaintext
(Program
|
|
{+(Identifier)+}
|
|
{+(Plus
|
|
{+(Identifier)+}
|
|
{+(Identifier)+})+}
|
|
(
|
|
(Integer)
|
|
(Integer)
|
|
(Integer))
|
|
{+(
|
|
{+(Integer)+}
|
|
{+(Integer)+}
|
|
{+(Integer)+})+}
|
|
{-(Identifier)-}
|
|
{-(
|
|
{-(Integer)-}
|
|
{-(Integer)-}
|
|
{-(Integer)-})-}
|
|
{-(Plus
|
|
{-(Identifier)-}
|
|
{-(Identifier)-})-})
|