JavaScript to CoffeeScript converter

JavaScript to CoffeeScript converter

This is an interesting option for making older JS codebases more easily maintainable CS, or when dealing with large patches sent in JS format to a CS project.

On my quick test (converting Hallo code to JavaScript, then back to CoffeeScript), the generated stuff is almost exactly the same than my original CoffeeScript. The main missing feature appears to be the bound function => syntax.