
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
В письме Tue, 21 Oct 2003 17:35:24 -0700, Bhanu Gogineni
написал:
> Hello,
Hi.
>
>...
>
> My code:
>
>...
> delimiters [\300\200]
> %x HEADER DATA
> %%
What this mean?:
> BEGIN(HEADER);
First state is HEADER?
If it so then maybe you must use in next sections <INITIAL,HEADER>
instead of <HEADER> and remove this line.
> <HEADER>{
>...
> }
> <HEADER>{
> [(0-9)]+ {
>...
> return TOKEN_PARAM_ID;
>
>...
>
--
With best wishes Nikolay
mail: [EMAIL PROTECTED]
ICQ#: 136497739
| <-- __Chronological__ --> | <-- __Thread__ --> |