-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat(#3251): console
object + some inputs/outputs objects
#3292
feat(#3251): console
object + some inputs/outputs objects
#3292
Conversation
@yegor256 please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rultor merge
@rultor status |
@maxonfjvipon This is what's going on here:
More information about Rultor commands you can get here. |
@maxonfjvipon Thanks for the contribution! You've earned +5 points for this: +30 as a basis; -7 for too many hits-of-code (1586 >= 100); -15 for way too many hits-of-code (1586 >= 400); -10 for too few (3) comments; +7 to give you at least something. Please, keep them coming. Your running balance is +180. |
Ref: #3251
What's done:
console
object which canread
from andwrite
to standard operating system consolestdout
andstdin
are implemented in EO and uses the objectconsole
bytes-as-input
objectmalloc-as-output
objectuname
object which represents operating system nameline-separator
object which returns"\n"
of unix OS and"\r\n"
for windows OSPR-Codex overview
This PR focuses on adding new objects and improving existing ones in the EO language runtime.
Detailed summary
while
object for loop functionalitystdout
object inio
packagerange
object constructorSnippetTestCase.java
malloc
object functionality