parser/tests/0078/ast.txt

23 lines
478 B
Plaintext
Raw Normal View History

[
Constant {
constants: [
Constant {
name: Identifier {
name: "FOO",
},
value: LiteralInteger {
i: 1,
},
},
Constant {
name: Identifier {
name: "BAR",
},
value: LiteralInteger {
i: 2,
},
},
],
},
]