mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
(Program
|
|
(For
|
|
(And
|
|
(Member
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Identifier))
|
|
(Assignment
|
|
(Identifier)
|
|
(Float)))
|
|
(LessThan
|
|
(Identifier)
|
|
(Identifier))
|
|
(Update
|
|
(Identifier))
|
|
(
|
|
(Call
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Empty)))))
|