-
Notifications
You must be signed in to change notification settings - Fork 34
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
Single Equals Sign does not lex #536
Comments
Debugging further, it seems that for some reason it does not recognize the [Sugar("=")] attribute as I am getting the error message |
Hello @padfoot9445 , thanks for reporting. this is definitly an issue. Lexer instanciation should succeed. I am looking at it right now. |
Hello @padfoot9445 , i've got it : Equals is a method that is available on any enum. So it can't be used. Renaming it to says |
@padfoot9445 , I've found a way to fix it. You can now try the 3.5.3 nuget and keep the Equals name which I admit is better than Eq. |
setting input = "=" results in a lexer error. input = "-" works fine.
The text was updated successfully, but these errors were encountered: