getting a copy of all characters flex has processed

2019-04-26 Thread Rainer Gerhards
Hi there, sorry if there is an obvious solution - I didn't find it. I have a config file parser created with flex/bison. It includes "include" functionality. Includes works with files as well as user-provided strings (via yy_scan_buffer()). As an end-user debugging tool, I would like to optional

Re: getting a copy of all characters flex has processed

2019-04-28 Thread Rainer Gerhards
on. Thanks again for the quick help! Rainer El vie., 26 abr. 2019 a las 20:22, Jannick () escribió: > > On Fri, 26 Apr 2019 11:26:49 +0200, Rainer Gerhards wrote: > > > I would like to generate that output file during regular configuration > > processing. So in short I need