You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interpreter is great and useful for me to run malbolge scripts. But I notice that for interactive programs which do not print line feed (\n) in time, the output won't show at all.
I think this problem can be solved by flushing stdout as soon as there is output:
Hello,
This interpreter is great and useful for me to run malbolge scripts. But I notice that for interactive programs which do not print line feed (\n) in time, the output won't show at all.
I think this problem can be solved by flushing stdout as soon as there is output:
malbolge-rs/src/main.rs
Line 180 in 3d110a3
(Stdout and Write::flush.
The text was updated successfully, but these errors were encountered: