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
Fix union, clean up expressions, add expected tokens
This works only on my patched version of Happy.
* 'union[1] + 3' parses as a statement
* expressions grammar is factored to avoid repetition
* failed parses include expected tokens in the error message
This is going on a seperate branch because it won't pass CI. That
aside, ALL tests pass.
0 commit comments