Thun/thun
Simon Forman efeaa7b8e1 A little helper function to see compiled expressions.
Example from ordered binary tree notebook:

    ?- sjc(tree_add_Ee, `pop swap rolldown rrest ccons`).
    func(tree_add_Ee, [_, [_, _|C], A, B|D], [[A, B|C]|D]).
    true .
2019-07-16 09:46:55 -07:00
..
compiler.pl Some docs, and a thing to print out the dictionary after compilation. 2019-05-03 15:21:06 -07:00
defs.txt Add bool function to mimic Python semantics. 2019-07-16 08:41:28 -07:00
metalogical.pl See https://www.metalevel.at/acomip/ 2019-05-06 12:47:30 -07:00
thun.pl A little helper function to see compiled expressions. 2019-07-16 09:46:55 -07:00