Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] query regarding parse actions

Hi all,
is it possible to extend the actions that are done while parsing the
language through CDT parser. What i mean is, Parser.parse function
continuosly reads the token and build the AST correspondingly.. i want
to add some other work , is it possible to extend the actions taken by
the Parser? is it possible to do without changing the parser class as
such..? or do i need to implement some base class?

plz guid me..
regards
chinmay


Back to the top