*Dhallish* is a ruby gem and provides an executable dhallish. This executable reads from *STDIN* and
outputs *JSON*. The *JSON* output does not aim to be compatible with [dhall-to-json](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json).
*dhallish* accepts the following command line options
- '--pretty': print prettified json
- '--type': print the type of the expression instead of its value
If passed a file as a command line argument, *dhallish* reads from that file instead of stdin.
*Dhallish* can also be used from other ruby files, if './lib/dhallish.rb' is required from that file.
The following functions from './lib/dhalish.rb' can be used: