-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fails to parse a phi expression #2769
Comments
@deemp your normalized expression is not parsed because of the spaces.
I think it's a bug and we should allow such spaces |
But I think space in application should not be allowed: |
@maxonfjvipon I think we should treat ALL spaces as non-important terminals and just remove them. Thus, any number of spaces (and EOLs) in any place of the text should not break the syntax. |
@yegor256 let's make a new release with tag |
@rultor release, tag is |
@deemp please update EO version to |
Thanks! Runs successfully |
We get a parsing error in
eoc unphi
in anobjectionary/normalizer
pipeline (link).EO version: 0.34.2
Source EO code
Generated phi expression
{app ↦ ⟦args ↦ ∅, φ ↦ Φ.org.eolang.io.stdout(α0 ↦ Φ.org.eolang.string(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 48-65-6C-6C-6F-2C-20-77-6F-72-6C-64-21-0A)))⟧}
Normalized phi expression
{ ν ↦ ⟦ Δ ⤍ 01- ⟧, app ↦ ⟦ ν ↦ ⟦ Δ ⤍ 00- ⟧, args ↦ ∅, φ ↦ Φ.org.eolang.io.stdout (α0 ↦ Φ.org.eolang.string (α0 ↦ Φ.org.eolang.bytes (Δ ⤍ 48-65-6C-6C-6F-2C-20-77-6F-72-6C-64-21-0A))) ⟧ }
Error
The text was updated successfully, but these errors were encountered: