]> gitweb.factorcode.org Git - factor.git/commit
Allow sigma and friends to use the stack
authorSamuel Tardieu <sam@rfc1149.net>
Sat, 27 Dec 2008 20:39:32 +0000 (21:39 +0100)
committerSamuel Tardieu <sam@rfc1149.net>
Sat, 27 Dec 2008 20:39:32 +0000 (21:39 +0100)
commit0182a3430d00a2746fdd577b3d2345ea6b8b5c5b
treefab39e1d44c4990455eeba1157b03889a6542acb
parent6cfb951d82cf35f632e3794a4c971250e2ccfcdd
Allow sigma and friends to use the stack

"sigma" used to use the stack to remember the current total.
This prevented the use of quotations manipulating elements
that were expecting to be on the stack.

This patch hides the counter while executing the quotation,
so that the latter can fully use the stack.
core/sequences/sequences.factor