Skip to content

Re-implementation in Typescript

Sebastian Biewer requested to merge typescript into master

This is a re-implementation of the CoffeeScript compiler into TypeScript. Structurally, the compiler did not change. Bugs have been fixed on the way (and new ones probably introduced). The semantics of select-cases slightly changed.

Merge request reports