Tiny edits. Almost nothing.

This commit is contained in:
Simon Forman 2019-07-21 07:32:20 -07:00
parent 1b5d1c0b82
commit 84a2de7790
2 changed files with 2 additions and 2 deletions

View File

@ -1069,7 +1069,7 @@ def genrec(stack, expression, dictionary):
def map_(S, expression, dictionary):
'''
Run the quoted program on TOS on the items in the list under it, push a
new list with the results (in place of the program and original list.
new list with the results in place of the program and original list.
'''
# (quote, (aggregate, stack)) = S
# results = list_to_stack([

View File

@ -1,6 +1,6 @@
-- == 1 -
++ == 1 +
? == dup bool
? == dup bool
anamorphism == [pop []] swap [dip swons] genrec
app1 == grba infrst
app2 == [grba swap grba swap] dip [infrst] cons ii