<br><br><div><span class="gmail_quote">On 9/18/07, <b class="gmail_sendername">Andrew Tween</b> &lt;<a href="mailto:amtween@hotmail.com">amtween@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>&gt;&gt;What I am a bit concerned about is that I&#39;ve made the BNF grammar more<br>&gt;&gt;complex or that I&#39;ve made it stupid. If a dot/period is followed by<br>&gt;&gt;whitespace, it terminates &gt;&gt;the current statement; else it can validly be
<br>&gt;&gt;part of a word or keyword.<br><br>Your changes allow the following method to be compiled ...<br>&nbsp;&nbsp;&nbsp;&nbsp;x.y<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^42<br><br>and then ...<br>&nbsp;&nbsp;&nbsp;&nbsp;1 x.y.<br>evaluates to 42, which is probably not what you intended
<br></blockquote></div><br>Argh. I saw that too when I cut and paste.<br><br>Thanks for pointing it out.<br><br>Gulik.<br>