Add tests for recent issues
Seperate JS files by ; & more thorough checking for ++ & --
Fix SyntaxError: identifier starts immediately after numeric literal
Don't remove space between a+ ++b
Update README
Fix \-as-division from being interpreted as regex Fixes issue matthiasmullie#14
Other approach: don't add semicolons, just keep newline when in doubt
I had accidentally undone some valid changes; restoring now
Fix whitespace; spaces instead of tabs
Fix files' case