<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>&gt; So my question is, how can i annotate the functions I get in the end, to
<br>&gt; associate them to their original source code, so my &#39;print stack&#39; operation<br>&gt; still works?<br><br>You could use structures instead of functions to represent the forth<br>language elements, since structures can can be used as procedures:
<br><br>&lt;<a href="http://download.plt-scheme.org/doc/370/html/mzscheme/mzscheme-Z-H-4.html#node_sec_4.6">http://download.plt-scheme.org/doc/370/html/mzscheme/mzscheme-Z-H-4.html#node_sec_4.6</a>&gt;</blockquote><div><br>
<br>oops.. it was in the manual.<br>thanks!<br><br></div></div><br>