js-parser-discussions icon indicating copy to clipboard operation
js-parser-discussions copied to clipboard

Features: CST element collection

Open forivall opened this issue 8 years ago • 1 comments

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.

forivall avatar Oct 06 '16 23:10 forivall

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

ariya avatar Oct 14 '16 17:10 ariya