mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
17 lines
318 B
Plaintext
17 lines
318 B
Plaintext
|
(Program
|
||
|
{ (SubscriptAccess
|
||
|
(Identifier)
|
||
|
(StringLiteral))
|
||
|
->(SubscriptAccess
|
||
|
(Identifier)
|
||
|
(Identifier)) }
|
||
|
(SubscriptAccess
|
||
|
{ (Identifier)
|
||
|
->(Identifier) }
|
||
|
{ (SymbolLiteral)
|
||
|
->(SymbolLiteral) })
|
||
|
{+(Assignment
|
||
|
(SubscriptAccess
|
||
|
(Identifier)
|
||
|
(Identifier))
|
||
|
(IntegerLiteral))+})
|