-
Notifications
You must be signed in to change notification settings - Fork 4
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
numbers (int and float) are too verbose in phi #976
Comments
@volodya-lombrozo please, check |
@yegor256 Does I would want to use something like the following: new EoNumber(1L).toBytes()
new EoNumber(1).toBytes()
... |
@volodya-lombrozo in EO, |
@yegor256 Do you already have some Java class that converts any number to this representation? It's better to reuse it, rather than to write it one more time. |
@volodya-lombrozo this should work:
|
This is what I see in the XMIR after disassemble:
Instead, if we have this:
The phi-expression will look much more readable.
The text was updated successfully, but these errors were encountered: