Closed fletcher closed 9 years ago
And of course, after hitting send I discovered the YY_NAME macro....
Thanks, and sorry for posting this 30 seconds too soon!
No problem, glad you could find what you were looking for :)
On Sat, Feb 14, 2015 at 12:13 AM, Fletcher T. Penney < notifications@github.com> wrote:
Closed #20 https://github.com/fasterthanlime/greg/issues/20.
— Reply to this email directly or view it on GitHub https://github.com/fasterthanlime/greg/issues/20#event-235735978.
I am creating a quick and dirty test program around my parser built with
greg
. In order to parse the test files, it's easiest to do by building another parser.Since both parsers are built with
greg
, there are namespace collisions:Any tips on how to make this work? Surely it is possible to use more than one parser in a given program?
Any advice is appreciated!!