26 Jun
2013
26 Jun
'13
10:30 p.m.
On Jun 26, 2013, at 9:22 AM, "... ..."
I want to create a c++ syntax analysor (for creating auto-completion tools), and to help me, I want to use the boost.spirit library. In order to learn the basics of spirit, I executed this exercise. It is now working but I want to display the tokens' characters instead of counting tokens. The problem is I don't know the properties of the argument passed to my functor (the variable "t" in the code below). What is the type of this variable and what are the public method/attributes we can use on ?
If you want Boost.Spirit support, I suggest the Spirit mailing list. ___ Rob (Sent from my portable computation engine)