mirror of
https://github.com/danog/parser.git
synced 2025-01-06 04:38:22 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
103 lines
2.8 KiB
Plaintext
103 lines
2.8 KiB
Plaintext
[
|
|
Expression {
|
|
expr: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
3,
|
|
1,
|
|
),
|
|
right: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
3,
|
|
2,
|
|
),
|
|
name: "a",
|
|
},
|
|
),
|
|
),
|
|
},
|
|
),
|
|
},
|
|
Expression {
|
|
expr: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
4,
|
|
1,
|
|
),
|
|
right: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
4,
|
|
2,
|
|
),
|
|
right: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
4,
|
|
3,
|
|
),
|
|
name: "b",
|
|
},
|
|
),
|
|
),
|
|
},
|
|
),
|
|
},
|
|
),
|
|
},
|
|
Expression {
|
|
expr: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
5,
|
|
1,
|
|
),
|
|
right: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
5,
|
|
3,
|
|
),
|
|
name: "a",
|
|
},
|
|
),
|
|
),
|
|
},
|
|
),
|
|
},
|
|
Expression {
|
|
expr: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
6,
|
|
1,
|
|
),
|
|
right: LogicalOperation(
|
|
Not {
|
|
span: (
|
|
6,
|
|
3,
|
|
),
|
|
right: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
6,
|
|
5,
|
|
),
|
|
name: "a",
|
|
},
|
|
),
|
|
),
|
|
},
|
|
),
|
|
},
|
|
),
|
|
},
|
|
]
|