[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.imp] Re: Using IMP for LPG in non-IMP target
|
Mike,
The dependence between the lpg for non-imp is minimal as my memory, only two
interfaces( IParser,ILexer). You can simply copy these files to your
standalone package. It is nearly clear.
The gramme dependence aslo can be extracted from some projects
(...metatooling.., sorry for forgetting^_^). But the runtime is not related
to this gramme files dependence, so you can ignore this problem.
Jin
"Mike Gering" <mike@xxxxxxx>
> I've learned a few things and have answered (most) of my questions. What
> I've learned is that I can use the IMP grammar editor for a non-IMP
> project is mostly ok. But I should use my own external tool launcher to
> invoke the lpg generator. And I should avoid using templates that rely on
> the IMP infrastructure.
>
> Mike Gering