-
Notifications
You must be signed in to change notification settings - Fork 83
IE-0029: Basic IO #149
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
IE-0029: Basic IO #149
Conversation
| for (i=0: i<INPUT_BUFFER_LEN: i++) bto->i = bfrom->i; | ||
| ]; | ||
|
|
||
| [ VM_PrintBuffer buf len i; |
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.
Surprisingly I couldn't see any existing code which just printed a buffer.
| @@ -0,0 +1,18 @@ | |||
| new base BASIC_COLOUR_TY { | |||
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.
This kind is added to the parser, which seems unnecessary. Is there a way to specify that it shouldn't be understandable?
d8edb0c to
4e86a17
Compare
inform7/Internal/Inter/Architecture32Kit/Sections/Input Output.i6t
Outdated
Show resolved
Hide resolved
…can't be translated into Inter
…etter for authors
…umns to have any particular name, and the column types don't need to be texts
Implement ganelson/inform-evolution#29
This will conflict slightly with #76, so which ever one is merged second will need some small changes.