[antlr-interest] antlr 2.7.6 cpp target - unnecessary recompliation

Sohail Somani sohail at taggedtype.net
Wed Jul 12 11:19:38 PDT 2006


On Wed, 2006-07-12 at 10:02 -0700, Sohail Somani wrote:
> On Wed, 2006-07-12 at 09:55 -0700, Sohail Somani wrote:
> > Hi,
> > 
> > I'm trying to avoid unnecessary recompilation where adding a header in
> > my tree parser's implementation or changing data structures that it uses
> > in name only (in the interface) forces the driver to recompile.
> > 
> > Is there a syntax for including headers in only the cpp file?
> 
> Further is there a syntax for including function definitions in the cpp
> file?

header "<identifier>" {  }

NEVER MIND :)



More information about the antlr-interest mailing list