The translator could be in boost::spirit too. I couldn't find any in the Internet. Maybe I should make one?
|
|
|
|
|
|
|
From the spirit introduction:
So you can almost write plain EBNF, no need for a translator. I'm not so familiar with spirit to know how exactly the syntax is different, but if the differences of spirit C++ EBNF and real EBNF are minor a simple sed script may suffice. |
||||
|
