TheLarkInn / js-parser-discussions

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

Let me know if astxplorer can help in any way #11

Open fkling opened 8 years ago

fkling commented 8 years ago

This is not an issue, but I wanted to offer my help. If you think https://github.com/fkling/astexplorer can add value to this project, please let me know. Maybe having a look at the source can be helpful, especially how we abstract the different parser APIs. Or maybe we could extend astexplorer to provide some kind of comparison of parsers.

And if not, that's OK too 😉

TheLarkInn commented 8 years ago

You 100% absolutely can assist and we 200% welcome it. One of the things we are tackling currently are finding common features between all of the most common parsers. (That is found in ./investigations/features.md). However I think the overall README.md upfront has some other investigation points that are important to cover.

TheLarkInn commented 8 years ago

Or also in the "Current Challenges sections" I've given a rough overview of example challenges. Problems where different tools which may/could be used together have different parsers backing them etc. If you know great examples feel free to fill them out.

ariya commented 8 years ago

@fkling I'm adding more contents to the Feature Definition page. If you discover incorrect information through AST Explorer, please let me know!