[erlang-questions] Parsing UUIDs with Leex

PAILLEAU Eric eric.pailleau@REDACTED
Sat Oct 12 11:21:06 CEST 2019


Hi,

Atom's definition is invalid.
Should be :

ATOM = [a-z][a-zA-Z0-9_]*

Take also care of rule precedence.
UUID rule should have higher precedence than ATOM rule.

regards

Le 11/10/2019 à 16:22, Massimo Cesaro a écrit :
> 
> ATOM = [a-zA-Z0-9_]*






More information about the erlang-questions mailing list