This repository has been archived by the owner on Feb 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Existing CS Parsers
Andreas Schoeller edited this page Sep 30, 2016
·
12 revisions
Coffeescript has been through many iterations and forks, many to add functionality to the original language and sometimes to fix ambiguities and outstanding issues.
In addition the original parser has become convoluted and is harder to add more features to. As a result there are a lot of variants of the original parser at many levels of completeness and support for recent changes in the ES2015+ ecosystem.
This page is the beginning of a eventually comprehensive list of parsers. The goal is to understand where future efforts should focus and to assess the amount of work necessary to bring CS6 to parity with the core features of ES6+.
Parsers:
- jashkenas/coffeescript (github) - The Original
- icedcoffee (github)(website) - Async/Await oriented, based on jashkenas/coffeescript
- coffeescript redux aka CS2 (github) - An attempt to rewrite from scratch
- coco (github) - Based on the original parser
- decaf (github) A coffeescript to ES.next transpiler
- Others? Please add variations here.
and for completeness: