lhartikk / ArnoldC

Arnold Schwarzenegger based programming language
lhartikk.github.io/ArnoldC/
Apache License 2.0
6.71k stars 289 forks source link

Reading multiple values from stdin #120

Open sp16g14 opened 6 years ago

sp16g14 commented 6 years ago

Reading multiple values from stdin seems to fail, with a NoSuchElementException from the Scanner.

See example here

This program works if called by reading input directly from the user, but fails with multiple values piped in from a file or other program.