Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

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:

and for completeness:

  • Decaffeinate (github) - Convert Coffeescript into Javascript
  • Acorn (github) - The parser behind Babel, ES5+ to ES3 parser
  • Esprima (github) - A new JS-Parser
Clone this wiki locally