Skip to content
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

Don't use overloaded strings in pattern synonyms #670

Open
deemp opened this issue Jan 17, 2025 · 0 comments
Open

Don't use overloaded strings in pattern synonyms #670

deemp opened this issue Jan 17, 2025 · 0 comments

Comments

@deemp
Copy link
Member

deemp commented Jan 17, 2025

Details

pattern SugarBinding bs <- AlphaBinding' "as-bytes" (Application "Φ.org.eolang.bytes" [AlphaBinding' "α0" (Formation [DeltaBinding bs])])

Previously, there was AlphaBinding and"as-bytes" couldn't be parsed as AttributeSugar.

AttributeNoSugar. AttributeSugar ::= "#" Attribute;

Therefore, I got a runtime syntax error on the input as-bytes.

It's necessary to check all places vulnerable to changes in the $\varphi$-calculus syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant