You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason you are getting an error is that the patterns supported by leex are not the same as for instance Perl. They are a set of patterns which can be compiled to an efficient DFA. This is impossible to do with very many of the options in Perl regexs. It is this feature of being able to generate a DFA which makes this type of tool efficient to use. For a description of what is available see the leex documentation.
? only means matches 0 or 1 of the preceding expressions.
Erlang Version: R18.3
when i use this regex in leex(*.xrl):
i got this error:
The text was updated successfully, but these errors were encountered: