<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 11, 2019 at 6:30 PM Stanislaw Klekot <<a href="mailto:erlang.org@jarowit.net">erlang.org@jarowit.net</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">On Fri, Oct 11, 2019 at 04:22:32PM +0200, Massimo Cesaro wrote:<br>
> Today I was trying to define a UUID data type in the DSL language using the<br>
> following definition in the leex .xlr file:<br>
> <br>
> UUID =<br>
> [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}<br>
> <br>
> and the corresponding rule:<br>
> {UUID}       : {token, {uuid, TokenChars, TokenLine}}.<br>
<br>
Are you sure that {8} is not treated as a macro name?<br></blockquote><div> </div><div>Not really, I'm looking into leex source.</div><div><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>
Also, you don't need to quote your dashes with a backslash in the<br>
regexp.<br>
<br></blockquote><div>Yup, better safe than sorry. It didn't change the outcome, though.</div><div><br></div><div>Best regards,</div><div>Massimo </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
Stanislaw Klekot<br>
</blockquote></div></div>