Related articles |
---|
Flex++ usage with other objects Andrei@gaya.co.il (Andrei Suciu) (2000-09-24) |
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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.