Flex++ usage with other objects

"Andrei Suciu" <Andrei@gaya.co.il>
24 Sep 2000 13:45:28 -0400

          From comp.compilers

Related articles
Flex++ usage with other objects Andrei@gaya.co.il (Andrei Suciu) (2000-09-24)
| List of all articles for this month |

From: "Andrei Suciu" <Andrei@gaya.co.il>
Newsgroups: comp.compilers
Date: 24 Sep 2000 13:45:28 -0400
Organization: Internet Gold, ISRAEL
Keywords: lex, C++, question

PLEASE HELP,
I am using flex++ with my grammar and would like in my actions referring the
grammar rules to work on an instance of a class (an object). Example:
A: B C { obj_1->func() }
;


How to refer a class instance from the grammar?
Thank you


Andrei S.









Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.