Related articles |
---|
Minimal Scripting Lang c_wardell@hotmail.com (2001-06-14) |
Re: Minimal Scripting Lang korek@icm.edu.pl (2001-06-14) |
Re: Minimal Scripting Lang ralph@inputplus.demon.co.uk (2001-06-17) |
Re: Minimal Scripting Lang msandin@hotmail.com (2001-06-17) |
Re: Minimal Scripting Lang henry@spsystems.net (2001-06-21) |
Re: Minimal Scripting Lang nr@labrador.eecs.harvard.edu (2001-06-28) |
Re: Minimal Scripting Lang kelder@bco.com (2001-07-17) |
Re: LR(1) Parser Generator vmakarov@redhat.com (Vladimir Makarov) (2001-07-18) |
From: | nr@labrador.eecs.harvard.edu (Norman Ramsey) |
Newsgroups: | comp.compilers |
Date: | 28 Jun 2001 23:47:16 -0400 |
Organization: | Harvard University |
References: | 01-06-030 |
Keywords: | interpreter |
Posted-Date: | 28 Jun 2001 23:47:16 EDT |
<c_wardell@hotmail.com> wrote:
>I would like to add scripting functionality to a Rabbit 2000 embedded
>micro-controller. Does anyone know where I can find a minimalist
>scripting language written in ansi c to embed in my controller? I am
>limited on memory. Less then 128k.
Try Lua, www.lua.org. I have used it and recommend it highly.
Very clean design, small footprint.
--
Norman Ramsey
http://www.eecs.harvard.edu/~nr
Return to the
comp.compilers page.
Search the
comp.compilers archives again.