Closed ajh closed 7 years ago
Hi, I'm playing around with accelerators and noticed that an expression like the following becomes an array by accident:
expression = a.str('\\') >> a.any | a.str("''") | a.str("'").absent? >> a.any
expression is an array (the value of @args) when it should be an Expression.
expression
Hei - thanks for reporting this. If you want me to merge, I'll need a spec - otherwise I'll just include the fix once I restart work on accelerators.
Hi, I'm playing around with accelerators and noticed that an expression like the following becomes an array by accident:
expression
is an array (the value of @args) when it should be an Expression.