You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: