help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Nested comments


From: john43
Subject: RE: Nested comments
Date: Wed, 2 Jul 2003 18:17:44 -0400

>Read Jeff Friedl's book, especially chapter 6, and then 
ask again if you
>still need help

I doubt that will be of much help. This user obviously 
understands regexps and PDAs enough to have already 
optimized the obvious (and most maintainable) solution:

<COMMENT>{
"[*"   ++level;
"*]"   if (!--level) BEGIN(0);
.|\n   ;
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]