help-bison
[Top][All Lists]
Advanced

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

Bison for C++


From: 魏佳
Subject: Bison for C++
Date: Thu, 21 Jan 2010 22:06:25 +0800

Hello Every one,

I have a problem with bison, please help me.

How do I add "friend class CSV" to c++ parser file that was maked by bison?
for example

csv_parser.ypp

...
%define parser_class_name "csv_parser"
...

I want get

class csv_parser
{
...
public:
    friend class CSV;
...
};

Best Wishes
Thank you!!!


reply via email to

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