-
Notifications
You must be signed in to change notification settings - Fork 133
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
Comments in the XMIR are not separated #3536
Labels
Comments
@maxonfjvipon take a look, please |
@maxonfjvipon could you assign me? |
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
h1alexbel
added a commit
to h1alexbel/eo
that referenced
this issue
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following EO program:
XMIR I've got for this program:
In the program we obviously had all three comments, separated by new line, however in XMIR we got just one "merged" comment. It would be convenient to to have information about newlines (
\n
) in the XMIR (in order to be able treat each individual comment granularly)The text was updated successfully, but these errors were encountered: