help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: %union and shared pointers to AST nodes


From: Evan Lavelle
Subject: Re: %union and shared pointers to AST nodes
Date: Fri, 16 Sep 2005 21:28:52 +0100
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

struct yystype {
   ...
   antlr::RefToken  tok;
   antlr::RefAST    ast;
};

#define YYSTYPE yystype

Evan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]