topazproject / topaz

A high performance ruby, written in RPython
topazruby.com
BSD 3-Clause "New" or "Revised" License
1k stars 84 forks source link

Added STDIN support on Windows #825

Closed refi64 closed 7 years ago

refi64 commented 10 years ago

Added STDIN read support on Windows by using a "dumb" Windows-only stream class and removed the NotImplementedError throwing.