Fix output of `a || (()=>b)`
Fix JS output routine which (incorrectly) removed parenthesis from a || (()=>b)
causing a precedence problem.
Closes #54
Fix JS output routine which (incorrectly) removed parenthesis from a || (()=>b)
causing a precedence problem.
Closes #54