maxtaco / tamejs

JavaScript code rewriter for taming async-callback-style code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the parser should support the native regex grammar

maxtaco opened this issue · comments

Right now, you need to make regexp's the longhanded way, with new RegExp.

This might be related to issue #2, in that we might need to rethink the way parsing is being done.

Rolled into issue #5.