paren.tm
--
A set of quintuples for recognizing well-ordered strings of
parentheses.
01n1.tm
--
Quintuples for recognizing strings of 0's and 1's where
the number of 0's are the same a the number of 1's.
add10.tm
--
Quintuples for a base 10 adder.
addbin.tm
--
Quintuples for a base 2 adder.
palindrome.tm
--
Quintuples for a routine for finding palindromes.
01n1.mac
--
A macro that runs 0n1n.tm
paran_test.mac
--
A macro that runs palindrom.tm