in reply to Re^2: command input processing
in thread command input processing

And then you keep adding things and adding things and you've created your own language (c.f. PHP :). If you want a more full featured language you've got two options:

If you've got users that can handle it I'd go for the later as it's less work for you and they don't have to learn yet another language.

Replies are listed 'Best First'.
Re^4: command input processing
by thekestrel (Friar) on Oct 22, 2004 at 01:00 UTC
    Embedding perl isn't a bad idea actually =)... Thanks, then perl can take care of the syntax etc. It will just be myself that is writing the commands/macros so that should not be a problem. Regards Paul