Bring in the Prolog impl.

This commit is contained in:
Simon Forman
2022-01-15 17:23:11 -08:00
parent 564417c985
commit 839b376d73
60 changed files with 19083 additions and 0 deletions
@@ -0,0 +1,7 @@
The `source/gen-*.pl` files are created by `partial_reduce_thun/0`. I'm
just messing around with it at the moment. In theory the reduced forms
would be more efficient, but there's no pressure to improve performance
yet, and I'm not e.g. feeding the output to GNU Prolog to compile to
machine code, eh?
It's just neat to see what the reducer makes of it.