mirror of
https://github.com/danog/parser.git
synced 2024-12-13 17:37:20 +01:00
23 lines
447 B
Plaintext
23 lines
447 B
Plaintext
|
[
|
||
|
Function {
|
||
|
name: Identifier {
|
||
|
name: "foo",
|
||
|
},
|
||
|
params: [],
|
||
|
body: [
|
||
|
Global {
|
||
|
vars: [
|
||
|
Identifier {
|
||
|
name: "a",
|
||
|
},
|
||
|
Identifier {
|
||
|
name: "b",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
return_type: None,
|
||
|
by_ref: false,
|
||
|
},
|
||
|
]
|