Seems there are problems compiling mu with XCode 11.6 (see build tests); apparently because of libc++ being different from libstdc++. clang++ builds works fine as long as we're using libstdc++.
Also update the tests and command-parser.
Allow for programmatically buildings sexps, rather that using raw strings.