katef / libfsm

DFA regular expression library & friends
BSD 2-Clause "Simplified" License
931 stars 52 forks source link

pcre lexer: Add comment about nested parens in comments. #424

Closed silentbicycle closed 1 year ago

silentbicycle commented 1 year ago

pcregrep accepts nested parens in comments even though its own documentation quite explicitly says it should not.

This is only a comment change, I confirmed that regenerating the lexer with lx did not change the generated lexer code.

Closes #417.