When calling the operator several time for the same instruction, we get this error:
Error: Line XX: Unexpected token (
[... taz . ( function ( ) ...]
(demo)
Visibly this is caused by what is described in this issue (the right-hand side is greedy when it is an expression):
sweet-js/sweet-core#402
Florent
When calling the operator several time for the same instruction, we get this error:
(demo)
Visibly this is caused by what is described in this issue (the right-hand side is greedy when it is an expression):
sweet-js/sweet-core#402
Florent