Walnut is an automated theorem prover for automatic words.
For full documentation, see the Walnut wiki.
For a list of changes since previous versions, see the CHANGELOG.
Older Walnut versions Previous versions are listed here
To run Walnut, first run build.sh to build Walnut, then run the walnut.sh file. To see command-line arguments, run walnut.sh --help.
To run Walnut tests, run build.sh with the -t flag.
Walnut now provides built-in documentation for all commands using the help command. To view all commands for which documentation exists:
help;
To view documentation for a specific command:
help <command>;