maxtaco / tamejs

JavaScript code rewriter for taming async-callback-style code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need support for newlines ending statements

maxtaco opened this issue · comments

Right now, we require trailing ';', as in C. But need to be more JS-like here. Unfortunately, this will deeply change the way we parse and manage the AST, so haven't really decided what to do next. Here are some thoughts:

Rolled into issue #5.