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

Printed EO after unphi is not supported #2943

Closed
maxonfjvipon opened this issue Mar 14, 2024 · 7 comments
Closed

Printed EO after unphi is not supported #2943

maxonfjvipon opened this issue Mar 14, 2024 · 7 comments
Labels

Comments

@maxonfjvipon
Copy link
Member

Such code (reversed method -> formation -> object) is legal in EO:

while.
  []
    TRUE > @
  nop

But if we convert it to phi, convert given phi back to XMIR, and convert this XMIR to EO we get:

[]
  TRUE > @
.while
  nop

Current EO grammar does not support vertical method after formation. Let's implement it

@maxonfjvipon maxonfjvipon changed the title Print EO after unphi is not supported Printed EO after unphi is not supported Mar 14, 2024
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Mar 14, 2024
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Mar 14, 2024
@maxonfjvipon
Copy link
Member Author

@yegor256 let's make a new release with tag 0.35.10

@yegor256
Copy link
Member

@rultor release, tag is 0.35.10

@rultor
Copy link
Contributor

rultor commented Mar 15, 2024

@rultor release, tag is 0.35.10

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Mar 15, 2024

@rultor release, tag is 0.35.10

@yegor256 Done! FYI, the full log is here (took me 15min)

@yegor256
Copy link
Member

@maxonfjvipon done

@maxonfjvipon
Copy link
Member Author

@deemp In EO 0.35.10 I tried to fix the bug you reported. Please use --parser=0.35.10

@deemp
Copy link
Member

deemp commented Mar 15, 2024

Okay, it worked https://github.com/deemp/eo/actions/runs/8294508536

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

No branches or pull requests

4 participants