Vocabularycompiler.
treeClass descriptionInstruction which encodes a loop. It has the following slots:
child | A sequence of nodes representing the body of the loop. |
loop? | If t, the recursion is implemented using a jump, otherwise as a call back to the word. |
See alsoinline-recursive-wordDefinitionMethods