Re: Minimal Scripting Lang

kelder@bco.com (Keith Elder)
17 Jul 2001 23:30:56 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: kelder@bco.com (Keith Elder)
Newsgroups: comp.compilers
Date: 17 Jul 2001 23:30:56 -0400
Organization: http://groups.google.com/
References: 01-06-030 01-06-069
Keywords: interpreter
Posted-Date: 17 Jul 2001 23:30:56 EDT

> >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.


Another alternative if you are considering Forth is at
www.fourmilab.ch. John Walker has freeware forth source intended to
be used as a scripting language. Written in generic C. I had a lot
of fun playing around with it.


Keith Elder
kelder@bco.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.