Popular recipes tagged "assembly"http://code.activestate.com/recipes/tags/assembly/popular/2010-03-14T18:03:24-07:00ActiveState Code RecipesWhitespace Stack Calculator (Python)
2010-03-14T18:03:24-07:00Stephen Chappellhttp://code.activestate.com/recipes/users/2608421/http://code.activestate.com/recipes/577112-whitespace-stack-calculator/
<p style="color: grey">
Python
recipe 577112
by <a href="/recipes/users/2608421/">Stephen Chappell</a>
(<a href="/recipes/tags/assembly/">assembly</a>, <a href="/recipes/tags/whitespace/">whitespace</a>).
</p>
<p>This is a stack-based calculator that can run in Whitespace.</p>
<p>Several functions and strings are written in its 1330 lines.</p>
<p>Modifications were made to the interpreter for debugging it.</p>