An interpreter for combinatorial expressions.
:SK>I=SK*
:SKI>I
Parsed `I` of size 1 into `SK*` of size 3
:SKI>Ix
Parsed `Ix` of size 2 into `x` of size 1
The arguments -B
, -W
, -C
, and -I
add built-in B
, W
, C
, and I
combinators.
-S
and -K
remove the S
and K
combinators.
Note that SK and CWBK are sufficient bases.
Sxyz=xz(yz)
Kxy=x
Ix=x
Bxyz=x(yz)
Cxyz=xzy
Wxy=xyy
C(CIS)K