parser/tests/fixtures/0280/ast.txt
Saif Eddin Gmati 6a6d4d0e5f
chore: refactor ident and dynamic var parsers (#192)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-10 15:24:55 +01:00

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",
},
),
),
},
),
},
),
},
]