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
FWIW, it seems like this is due to the usage of dialect_of! throughout the parser code.
It seems like either the dialect itself needs to be in control of supported syntaxes, or a custom dialect should just be treated as an extension of GenericDialect.
I think the latter would be a bit easier as dialect_of is used ~100 times, so that would be a lot of functionality to expose to the Dialect trait.
The following should work, but instead fails with
Expected an expression:, found: { at Line: 1, Column 8
The text was updated successfully, but these errors were encountered: