Simple REPL and CLI tool for running Wren scripts
wren
$ wren
$ wren script.wren
$ wren -c 'System.print("Hello, Wren!")'