mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
30 lines
689 B
Plaintext
30 lines
689 B
Plaintext
[
|
|
Function {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
body: [
|
|
Static {
|
|
vars: [
|
|
StaticVar {
|
|
var: Variable {
|
|
name: "a",
|
|
},
|
|
default: None,
|
|
},
|
|
StaticVar {
|
|
var: Variable {
|
|
name: "b",
|
|
},
|
|
default: None,
|
|
},
|
|
],
|
|
},
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
]
|