Yes you are naughty ;-)<br><br>But it does lead me to question whether DRL and DSL can be unicode encoded (so DSL at least) can be localised language (U+007F is the end of Basic Latin/ASCII). Do you know the answer in your delvings?<br>
<br><div class="gmail_quote">
On 21 October 2010 20:25, Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Well, yes, I&#39;m naughty. I&#39;ve implemented a  parameterized evaluator, using Unicode codepoint <a href="http://www.fileformat.info/info/unicode/char/2282/index.htm" target="_blank">U+2282</a> as a parameter.<br><br>

But the DRL parser refuses to accept this (as part of square_chunk_data):<br>
   Line 60:59 no viable alternative at input &#39;&#39;<br>which indicates that the character isn&#39;t recognized at all.<br><br>I think this happens because, outside of strings, codepoints beyond U+007F aren&#39;t accepted anywhere except<br>


those explicitly specified as IdentifierStart and IdentifierPart. Perhaps square_chunk_data after an operator<br>identifier could be made to behave more like a string.<br><br>Admittedly, this is esoteric, but it sure does look dazzling ;-)<br>


<br>Cheers<br><font color="#888888">-W<br><br>
</font><br>_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org" target="_blank">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
<br></blockquote></div><br>