mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
41 lines
684 B
Plaintext
41 lines
684 B
Plaintext
(Program
|
|
(Class
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{+(Identifier)+}
|
|
(Annotation
|
|
(Function
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Identifier)
|
|
(
|
|
(Return
|
|
{ (Identifier)
|
|
->(Empty) })))
|
|
(Empty)))
|
|
{+(Class
|
|
(Identifier)
|
|
(Annotation
|
|
(Function
|
|
(Identifier)
|
|
(Identifier)
|
|
(
|
|
(Return
|
|
(Identifier))))
|
|
(Empty)))+}
|
|
{-(Class
|
|
(Identifier)
|
|
(NoOp
|
|
(Identifier)))-}
|
|
{-(Class
|
|
(Identifier)
|
|
(Identifier)
|
|
(Annotation
|
|
(Function
|
|
(Identifier)
|
|
(Identifier)
|
|
(
|
|
(Return
|
|
(Empty))))
|
|
(Empty)))-})
|