[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Redefining default rule
From: |
wlestes |
Subject: |
Re: Redefining default rule |
Date: |
Mon, 2 Jan 2006 13:28:41 -0500 |
User-agent: |
Mutt/1.5.9i |
What version of flex are you using? Does the problem exhibit itself if
you only include the one rule in a scanner?
Try leaving off the start condition.
On Thursday, 29 December 2005,11:56 +0100, Huong-Ly Mai wrote:
> Hello,
>
> I would like to redefine the flex default rule "unmatched scanner input is
> echoed to stdout" into another rule.
>
> I tried this : <*>. { action_to_be_taken;}
> but at compilation time, it says : bad start condition name and bad start
> condition list.
>
> when I declare this rule with all the start conditions that I have (30)
> <s1,s2...s30>, it is ok, but it is not the nicest way to declare this....
> Hence I'd like to know if it is possible to redefine the flex default
> rule. If yes, how should I declare it?
>
> Thanks in advance for your help!
>
>
>
>
> _______________________________________________
> Help-flex mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-flex
--
Will Estes
http://tldz.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Redefining default rule,
wlestes <=