Right now one need to write cond. stmts like this: ``` javascript if (yytext.slice(-1) === '\\') yytext = yytext.substr(0, yyleng-1), do_more else do_other; ``` it would be great to be able to use braces :))
Right now one need to write cond. stmts like this:
it would be great to be able to use braces :))