DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(flex.info.gz) ERASEME53

Info Catalog (flex.info.gz) Is flex GNU or not? (flex.info.gz) FAQ (flex.info.gz) I need to scan if-then-else blocks and while loops
 
 ERASEME53
 =========
 
 
      To: tsv@cs.UManitoba.CA
      Subject: Re: Flex (reg)..
      In-reply-to: Your message of Thu, 06 Mar 1997 23:50:16 PST.
      Date: Thu, 06 Mar 1997 15:54:19 PST
      From: Vern Paxson <vern>
 
      > [:alpha:] ([:alnum:] | \\_)*
 
      If your rule really has embedded blanks as shown above, then it won't
      work, as the first blank delimits the rule from the action.  (It wouldn't
      even compile ...)  You need instead:
 
      [:alpha:]([:alnum:]|\\_)*
 
      and that should work fine - there's no restriction on what can go inside
      of ()'s except for the trailing context operator, '/'.
 
      		Vern
 
Info Catalog (flex.info.gz) Is flex GNU or not? (flex.info.gz) FAQ (flex.info.gz) I need to scan if-then-else blocks and while loops
automatically generated byinfo2html