curry gotcha
[cc1516.git] / README.md
index 2747d59..18cae80 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,5 +19,11 @@ Install a real operating system and try again.
 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.