Advertisement

Working on a scripting language and...

Started by November 03, 1999 05:19 PM
3 comments, last by Mike 25 years, 4 months ago
I'm working on the same kinda thing, although everything I'm doing is off the top of my head (with a fair few hours design behind it). So I can't offer code except my own but I can give advice if it's needed...
Take a look at:

Python www.python.org
EIC www.anarchos.com/eic/

I think there's another C interpreter called lhu but I can't find the web page anymore.

[This message has been edited by pdown (edited November 03, 1999).]

Advertisement
There's a really good article on implementing a scripting engine at http://www.flipcode.com/tutorials.shtml

Check it out.

I'm working on a scripting language and I would apriciate any links to open source scripting language projects that you may know of.

Thanks

Sorry is wasn't lhu it's lua
http://www.tecgraf.puc-rio.br/lua/

This topic is closed to new replies.

Advertisement