Linked by Thom Holwerda on Fri 25th Aug 2006 09:03 UTC, submitted by anonymous
General Development Adam Dunkels, well-known author of the Contiki operating system and the uIP embedded TCP/IP stack, has written a really small BASIC interpreter called uBASIC in about 700 lines of C code. It is intended to be a very small scripting language for systems where memory really is at a premium such as deeply embedded systems which may have as little as a few hundreds of bytes of RAM. It provides an interesting look into how to write a very lightweight script interpreter.
Permalink for comment 155919
To read all comments associated with this story, please click here.
Thanks
by Earl Colby pottinger on Fri 25th Aug 2006 16:21 UTC
Earl Colby pottinger
Member since:
2005-07-06

I am downloading it right now. The problem with the versions of interperted Basic that I have right now is that they are so big and complex that I don't have the time to modify them. A smaller program is just what I need.

Again thanks for the URL and code.