JohnEarnest / ok

An open-source interpreter for the K5 programming language.
MIT License
587 stars 72 forks source link

Use stdin's FD directly instead of opening a device file. #55

Closed darkf closed 8 years ago

darkf commented 8 years ago

Makes the code nicer and fixes stdin input on Windows.