<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 26 Jul 2023 at 10:37, Werner LEMBERG <<a href="mailto:wl@gnu.org">wl@gnu.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
BTW, how can I display the contents of such a table as a string for<br>
diagnostic purposes on the lua side?  `tostring` doesn't work here; I<br>
just get a hexadicmal address.  Does luatex offer such functionality?<br>
An approximation (i.e., ignoring catcode changes and the like) or<br>
detokenization would be just fine.<br>
<br>
```<br>
if type(data) = 'table' then<br>
  output = string_approximation(data)<br>
end<br>
```<br></blockquote><div><br></div><div>hm no .. have a look at </div><div>texmf-dist/tex/luatex/luakeys<br></div><div>the function  stringify</div><div><br></div><div>--</div><div>luigi</div></div></div>