* Allow = and >[number] testimony traversal options.
Automatically loops back to 1 if the user inputs a value over the statement size. Could instead deny sending that message entirely with an OOC error.
* Adjust reg exp to capture <[Number], remove duplicate reg check
* QRegExp to QRegularExpression and updated README
One instance of QRegExp made the compiler crash when trying to build Akashi. Also, the README.md build instructions were outdated, new ones were provided to me by Salanto.
* Appease clang
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>