Read from standard input and output a Haags translation of the given input.
make && sudo make installYou may also run
go buildon systems without GNU make.
# Use it as a REPL
haags
# Pipe a string to it
echo "ik heb werkelijk niets beters te doen met mijn leven" | haags
# Pipe a file to it
haags < something.txtKees van Voorthuizen