RockstarLang / rockstar

Home of the Rockstar programming language
https://codewithrockstar.com/
GNU Affero General Public License v3.0
6.88k stars 223 forks source link

Add support for pipe/redirect stdin #298

Open dylanbeattie opened 2 years ago

dylanbeattie commented 2 years ago

This has a WEIRD bug. Redirected IO works fine, but if you run it WITHOUT redirected IO, you have to press Enter once the first time you're prompted for input - and then the SECOND time, it'll actually read the input.

NodeJS FTW...