X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=18cae80d810e5618326cfa3c954b24ea1ee12cef;hb=978dc486bf8c83cf9cad0925e3128574639656e0;hp=dc15e87dd94dbae1309e948a85a5647e2a120675;hpb=6b3981fb80952fe2c510b6f9b849adb0dff77d2c;p=cc1516.git diff --git a/README.md b/README.md index dc15e87..18cae80 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,14 @@ Append `envs/envs.mac` to your `IDEEnvs` and run `make`. Install a real operating system and try again. ## Usage +If `help2man` is installed you can generate a manpage by running `make man`. For full instruction see `man ./spl.1` or run `./spl --help`. +## Fun +You can verify the parser and pretty printer by running: +``` +diff -s <(./spl examples/example.spl | ./spl) <(./spl examples/example.spl) +``` + ## `LICENCE` See `LICENCE` file.