Ethereal

Re: [ethereal-dev] Re: [ethereal-users] Some Questions
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: April 2000


On Mon, Apr 03, 2000 at 09:16:48AM +0200, andreas.sikkema@xxxxxxxxxxx wrote:
> > but I've switched to using lemon to produce the grammar,
> I hope there's also a WIN32 version of this app.......

There's not much to it; the home page is at

	http://www.hwaci.com/sw/lemon/index.html

and the source consists of the parser generator at

	http://www.hwaci.com/sw/lemon/lemon.c

which has some "#ifdef __WIN32__" and "#ifndef __WIN32__" lines - I
don't know if these mean that it'll work on Win32 with arbitrary
compilers or if it requires GCC on Win32 - and the parser template at

	http://www.hwaci.com/sw/lemon/lempar.c

which has no ifdefs for that, which may mean that it doesn't need them.


Powered by MHonArc 2.6.10