-
Notifications
You must be signed in to change notification settings - Fork 140
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
XMIR representation of an alias? #3333
Comments
@yegor256 Could you help here, please? It's kind of blocking issue. |
@volodya-lombrozo thanks for the report, here is a feedback: Problems
I would recommend specifying the expected and actual behavior to clarify the issue and recognize it as a bug. Please fix the bug report in order it to get resolved faster. |
@volodya-lombrozo it'll be represented as <o base="a" line="6"/> |
@maxonfjvipon Thank you. Will implement it as you suggested. |
Since I can't compile any EO program I'm stacked with the following problem. Let's imagine we have the following EO program:
As you can see, I declare the
a
variable. Most probably, it will be presented inxmir
as the following definition:But how will it be represented as an argument of
QQ.io.stdout
?Should it be:
or
or
or
?
Of course, it would be much (!) faster if I were able to check these transformations on my own by using the compiler.
The text was updated successfully, but these errors were encountered: