Closed Tangdongle closed 4 years ago
Fix up piping so when code is piped into INim, it will execute the code and return the output. Can be used in conjunction with the --srcFile argument to preload code and run small snippets of code against it from the command line
Extremely nice! I'll check this on my machine, but the tests pass on CI! :ok_hand:
λ echo "2+2" | ./inim 4
Works for me! NICE!
Thanks so much @Tangdongle
Fix up piping so when code is piped into INim, it will execute the code and return the output. Can be used in conjunction with the --srcFile argument to preload code and run small snippets of code against it from the command line