mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-29 20:04:15 +00:00
The same expression is not allowed to contain both the logical && and || operators, and the coalescing ?? operator. This patch changes how "forbidden" tokens are handled, using a finite set instead of an Vector. This supports much more efficient merging of the forbidden tokens when propagating forward, and allowing the return of forbidden tokens to parent contexts.
197 KiB
197 KiB