melsman / apltail

APL Compiler targeting a typed array intermediate language
MIT License
212 stars 9 forks source link

Improve commandline interface #11

Closed mbudde closed 9 years ago

mbudde commented 9 years ago

aplt should also accept programs on stdin: cat foo.apl | aplt -. If the program encounters an error it should exit with an error code.