Related articles |
---|
Choosing a parser for Mathematica input drkirkby@gmail.com (David Kirkby) (2010-11-07) |
Re: Choosing a parser for Mathematica input jthorn@astro.indiana-zebra.edu (Jonathan Thornburg \[remove -animal to reply\]) (2010-11-09) |
Re: Choosing a parser for Mathematica input haberg-news@telia.com (Hans Aberg) (2010-11-09) |
Re: Choosing a parser for Mathematica input drkirkby@gmail.com (David Kirkby) (2010-11-09) |
Re: Choosing a parser for Mathematica input winkzhang@gmail.com (Wink Zhang) (2010-11-13) |
Re: Choosing a parser for Mathematica input idbaxter@semdesigns.com (Ira Baxter) (2010-11-26) |
Re: Choosing a parser for Mathematica input drkirkby@gmail.com (David Kirkby) (2010-11-26) |
Re: Choosing a parser for Mathematica input drkirkby@gmail.com (David Kirkby) (2010-11-27) |
Re: Choosing a parser for Mathematica input fateman@gmail.com (2015-02-05) |
Re: Choosing a parser for Mathematica input rljacobson@gmail.com (Robert Jacobson) (2015-02-06) |
From: | Wink Zhang <winkzhang@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sat, 13 Nov 2010 01:08:11 -0800 (PST) |
Organization: | Compilers Central |
References: | 10-11-017 10-11-019 10-11-020 10-11-023 |
Keywords: | parse |
Posted-Date: | 14 Nov 2010 00:25:04 EST |
> I'm more interested in the technical issues.
>
> Does anyone have any comments about the most suitable tool for a
> parser?
Hey Dave,
I may suggest you taking a look at yapp and also this tutorial (http://
alfarrabio.di.uminho.pt/~albie/publications/perlflex.pdf ). Perl
should be suitable in your case. Moreover, llvm is far more beyond a
parser.
-Qirun
Return to the
comp.compilers page.
Search the
comp.compilers archives again.