mirror of https://github.com/Wilfred/difftastic/
64 lines
1.7 KiB
Plaintext
64 lines
1.7 KiB
Plaintext
(script
|
|
(expression_statement
|
|
(ternary_expression
|
|
condition: (binary_expression
|
|
left: (selection_expression
|
|
(variable)
|
|
(variable))
|
|
right: (selection_expression
|
|
(variable)
|
|
(variable)))
|
|
consequence: (selection_expression
|
|
(variable)
|
|
(variable))
|
|
alternative: (selection_expression
|
|
(variable)
|
|
(variable))))
|
|
(expression_statement
|
|
(ternary_expression
|
|
condition: (binary_expression
|
|
left: (subscript_expression
|
|
(selection_expression
|
|
(subscript_expression
|
|
(variable)
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
(variable))
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
right: (subscript_expression
|
|
(selection_expression
|
|
(subscript_expression
|
|
(variable)
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
(variable))
|
|
(selection_expression
|
|
(variable)
|
|
(variable))))
|
|
consequence: (subscript_expression
|
|
(selection_expression
|
|
(subscript_expression
|
|
(variable)
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
(variable))
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
alternative: (subscript_expression
|
|
(selection_expression
|
|
(subscript_expression
|
|
(variable)
|
|
(selection_expression
|
|
(variable)
|
|
(variable)))
|
|
(variable))
|
|
(selection_expression
|
|
(variable)
|
|
(variable))))))
|