Related articles |
---|
C interpreters for devices with embedded software M.Polak@adbglobal.com (Michal Polak) (2002-05-17) |
Re: C interpreters for devices with embedded software Dave.Dunfield@use.address.from.sig (2002-05-23) |
Re: C interpreters for devices with embedded software adamo@dblab.ece.ntua.gr (Yiorgos Adamopoulos) (2002-05-23) |
Re: C interpreters for devices with embedded software mwdeeds@yahoo.com (2002-05-27) |
From: | "Michal Polak" <M.Polak@adbglobal.com> |
Newsgroups: | comp.compilers |
Date: | 17 May 2002 00:20:06 -0400 |
Organization: | tp.internet - http://www.tpi.pl/ |
Keywords: | C, interpreter, question, comment |
Posted-Date: | 17 May 2002 00:20:06 EDT |
Hello,
I am thinking of doing a port of an embeddable C interpreter and link
it with an embedded software running on a device. The main aim to is
be able to carry out tests of the embedded software. The C programming
language would be the most preferable. The C "scripts" would be
uploaded onto the device with embedded software through e.g. a serial
port.
Have ever anybody dealt with such a task? In particular, I mean about
the C interpreters that seems to be most suitable for these needs
(easy to port, small memory requirements, etc).
Thank you in advance for your suggestions and recommendations.
Best regards,
Michal
[Why do you want C to be your scripting language? It's not a wonderful
candidate for an interpreter. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.