Currently the only way to run cascade from the command line is with a repl. This is all well and good, but it eats up stdin as a mechanism for reading code. Let's add an option (--headless or some such), which disables the repl and allows the user input to be passed through to stdin.
Overview
Currently the only way to run cascade from the command line is with a repl. This is all well and good, but it eats up stdin as a mechanism for reading code. Let's add an option (--headless or some such), which disables the repl and allows the user input to be passed through to stdin.
Deliverables