Library implementing the edward command line interface. Most importantly, this library is responsible for parsing the command line options mandated by POSIX and afterward starts the read-eval-print loop of the editor.
Entry point of the edward text editor. This function parses the
provided command line arguments args
and starts the
read-eval-print loop. This command should therefore only be called
after registering all editor commands.
(edward-main . args)