2017-02-23 21:06:49 +03:00
|
|
|
(Program
|
|
|
|
(Module
|
|
|
|
(Identifier))
|
|
|
|
(Function
|
|
|
|
(Identifier)
|
2017-03-29 23:03:28 +03:00
|
|
|
(Args)
|
2017-02-23 21:06:49 +03:00
|
|
|
{ (IncrementStatement)
|
|
|
|
->(IncrementStatement) }
|
|
|
|
{+(DecrementStatement)+}
|
2017-02-24 19:44:03 +03:00
|
|
|
{-(IncrementStatement)-}))
|