mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
(Program
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
{ (IntegerLiteral)
|
|
->(IntegerLiteral) })
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral)))
|