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
(Keeping individual issues separate for organization purposes.)
Is there an easy way to get keyboard input with Cowgol? I have a Brainfuck to Cowgol transpiler: https://github.com/ibara/cowgol-utilities/blob/main/bfc.cow but it is missing an implementation for the comma operator since I could not figure out how to get keyboard input. It otherwise works perfectly fine.
Thanks!
The text was updated successfully, but these errors were encountered:
I've not thought about this yet --- honestly, the standard library needs a lot of work. There are decisions to make about things like buffering. The whole console I/O layer needs reworking, and renaming all those print_ methods to something else. Right now there's only just enough functionality to run the compiler toolchain itself.
Hello --
(Keeping individual issues separate for organization purposes.)
Is there an easy way to get keyboard input with Cowgol? I have a Brainfuck to Cowgol transpiler: https://github.com/ibara/cowgol-utilities/blob/main/bfc.cow but it is missing an implementation for the comma operator since I could not figure out how to get keyboard input. It otherwise works perfectly fine.
Thanks!
The text was updated successfully, but these errors were encountered: