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">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>-W<br><br>