aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/fun/thue-morse.bruijn
blob: 3f40e01337545baa1a86c28ff390dea621dfb6c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# printf 10 | bruijn thue-morse.bruijn
# using tromp's solution, prints thue morse sequence

:import std/Combinator .
:import std/Logic .
:import std/String .

main [take (number! 0) tm]
	xpd z [[[[0 2 [0 [[5 0 1]] (2 4)]]]]]
	tm z [xpd true (0 false)]