Re: Parsing included files
Ervin Hegedüs <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
hi all, I think I've found the bug in my code. This example leads me to solution: http://westes.github.io/flex/manual/Multiple-Input-Buffers.html under yy_new_buffer() description. The only limitation is that the max dept of included files is constant. Thanks and sorry for the noise :). a.