help-bison
[Top][All Lists]
Advanced

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

Re: Parsing included files


From: Ervin Hegedüs
Subject: Re: Parsing included files
Date: Mon, 17 Aug 2020 19:32:05 +0200
User-agent: NeoMutt/20171215

Hi Giacinto,

On Mon, Aug 17, 2020 at 07:17:00PM +0200, Giacinto Cifelli wrote:
> Hi Ervin,
> 
> according to the lex&yacc manual, there should be a yy_create_buffer called
> at the beginning, corresponding to the yy_delete_buffer.

but there is a

     yy_scan_string(inputbuff);

and yy_scan_string() also creates a buffer.

> I don't see it in your code.

thus it doesn't need.


Thanks,


a.
 



reply via email to

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