Files
ladybird/Userland/Libraries/LibSQL
Jan de Visser 9d1e27d8a8 LibSQL: Implement evaluate() method of BinaryOperatorExpression
Mostly just calls the appropriate methods on the Value objects.
Exception are the `Concatenate` (string concat), and the logical `and`
and `or` operators which are implemented directly in
`BinaryOperatorExpression::evaluate`
2021-10-25 12:59:42 +02:00
..
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00