> loading? Has anyone else ever attempted or done this before? Where would > one go if they wanted to get a look at how to write a simple programming > language that works inside a program? Would this all be feasible? If anyone > (Including all the flames and yabb'ing from Edwin..... We love you! ;^) has
Don't ask Edwin, he'll just tell you to embed TCL in your MUD :) Actually, I'm just going to tell you that also. Using a pre-fab language such as TCL, Python, Perl, etc will save you a lot of grief if you've never done language development before. Plus they have a huge array of capabilities that you can use to do really neat things. If you must do it yourself, look into yacc (bison) and lex (flex), that's what they're there for. --Palrich.

