TheLarkInn / js-parser-discussions

Discussions & Collaboration on a Unified/Base set of parser features for JavaScript
42 stars 1 forks source link

Features: CST element collection #18

Open forivall opened 7 years ago

forivall commented 7 years ago

I have a proof of concept for post processing babylon's ast to add the CST-in-AST nodes specified in https://github.com/estree/estree/pull/107 at https://github.com/forivall/tacoscript/tree/master/packages/cstify.

There's also a much more robust implementation at https://github.com/cst/cst

I'm not sure if this should be in features, or in a separate CST area.

ariya commented 7 years ago

Most likely a separate topic. Features discuss the built-in abilities of a parser.