| View previous topic :: View next topic |
| Author |
Message |
JT Guest
|
Posted: Mon Feb 19, 2007 9:27 am Post subject: C parser frontend |
|
|
Hi! I'm writing a simple static analysis tool for C.
Currently I'm using CIL (http://hal.cs.berkeley.edu/cil/)
as my parser frontend. But it has been suggested to me
that another tool called "LUM" (spelling?) is better
for my purposes.
But my google search came up empty.
Has any one heard of LUM?
Thanks!
--
comp.lang.c.moderated - moderation address: clcm (AT) plethora (DOT) net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry. |
|
| Back to top |
|
 |
Michael Tiomkin Guest
|
Posted: Thu Feb 22, 2007 10:11 am Post subject: Re: C parser frontend |
|
|
On Feb 19, 5:27 am, "JT" <jackt...@gmail.com> wrote:
| Quote: | Hi! I'm writing a simple static analysis tool for C.
Currently I'm using CIL (http://hal.cs.berkeley.edu/cil/)
as my parser frontend. But it has been suggested to me
that another tool called "LUM" (spelling?) is better
for my purposes.
But my google search came up empty.
Has any one heard of LUM?
|
You can try LLVM - http://llvm.org/
Good luck!
Michael
--
comp.lang.c.moderated - moderation address: clcm (AT) plethora (DOT) net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry. |
|
| Back to top |
|
 |
Ira Baxter Guest
|
Posted: Sun Feb 25, 2007 10:11 am Post subject: Re: C parser frontend |
|
|
"JT" <jackt123 (AT) gmail (DOT) com> wrote in message
news:clcm-20070218-0003 (AT) plethora (DOT) net...
| Quote: | Hi! I'm writing a simple static analysis tool for C.
Currently I'm using CIL (http://hal.cs.berkeley.edu/cil/)
as my parser frontend. But it has been suggested to me
that another tool called "LUM" (spelling?) is better
for my purposes.
But my google search came up empty.
Has any one heard of LUM?
|
No. But if you are looking for other front ends, you might consider
www.semanticdesigns.com/Products/FrontEnds/CFrontEnd.html
--
Ira Baxter, CTO
www.semanticdesigns.com
--
comp.lang.c.moderated - moderation address: clcm (AT) plethora (DOT) net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry. |
|
| Back to top |
|
 |
CBFalconer Guest
|
Posted: Tue Feb 27, 2007 3:02 am Post subject: Re: C parser frontend |
|
|
Ira Baxter wrote:
Yes. LUM was 1/2 of the comedy team Lum and Abner.
--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>
--
comp.lang.c.moderated - moderation address: clcm (AT) plethora (DOT) net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry. |
|
| Back to top |
|
 |
|