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

consider updating parser #11

Open
mighdoll opened this issue Oct 15, 2024 · 0 comments
Open

consider updating parser #11

mighdoll opened this issue Oct 15, 2024 · 0 comments

Comments

@mighdoll
Copy link
Contributor

The current parser combinator library is flexible and pretty small, but not very fast. The rough plan is to use the current parser until WESL syntax stabilizes into its first stable edition, and then improve performance with a faster parser. @brendan-duncan's wgsl-reflect would be a good base for a custom WESL parser, though a table driven parser library like lezer is also feasible.

@mighdoll mighdoll moved this to Unprioritized in wgsl-linker Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Unprioritized
Development

No branches or pull requests

1 participant