Thun/thun
Simon Forman 10a23c5c68 Also don't shadow combinators.
(I realized that the way defs are parsed now means that each def
(but the last) is first asserted with the wrong definition expression
(it includes the symbol of the following definition at the end) and
then the parser figures out that there's another defintion following
and re-asserts the correct expression.  It would be nice to fix that
but it's kind of a PITA.  I used to build a list of definitions and
then assert them all at the end.  For now there aren't enough defs to
justify the extra work.
2019-08-09 16:58:34 -07:00
..
TLA.pl Bits of formatting. 2019-07-22 10:04:32 -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 A few more functions. 2019-08-09 07:26:37 -07:00
metalogical.pl Experiment in formatting stacks for output. 2019-08-03 19:01:45 -07:00
thun.pl Also don't shadow combinators. 2019-08-09 16:58:34 -07:00