mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
28 lines
563 B
Plaintext
28 lines
563 B
Plaintext
[
|
|
For {
|
|
init: [
|
|
Infix {
|
|
lhs: Variable {
|
|
name: "i",
|
|
},
|
|
op: Assign,
|
|
rhs: LiteralInteger {
|
|
i: 0,
|
|
},
|
|
},
|
|
Infix {
|
|
lhs: Variable {
|
|
name: "i",
|
|
},
|
|
op: Assign,
|
|
rhs: LiteralInteger {
|
|
i: 1,
|
|
},
|
|
},
|
|
],
|
|
condition: [],
|
|
loop: [],
|
|
then: [],
|
|
},
|
|
]
|