Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How did you build a JS/TS parser from scratch? #3770

Closed
TKharaishvili opened this issue May 16, 2024 · 2 comments
Closed

Question: How did you build a JS/TS parser from scratch? #3770

TKharaishvili opened this issue May 16, 2024 · 2 comments

Comments

@TKharaishvili
Copy link

At the risk of sounding dumb I wanted to ask this question. How did you test your parser when building it? Is there an openly available set of tests you used to help guide you? How did you make sure to cover all corners of the grammar and cover them correctly?

@evanw
Copy link
Owner

evanw commented May 16, 2024

JavaScript and TypeScript both have test coverage:

@TKharaishvili
Copy link
Author

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants