<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>> So my question is, how can i annotate the functions I get in the end, to
<br>> associate them to their original source code, so my 'print stack' operation<br>> 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><<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>></blockquote><div><br>
<br>oops.. it was in the manual.<br>thanks!<br><br></div></div><br>