RE: Modified Interpreter
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jul 14, 2003
- 474 views
> From: Derek Parnell [mailto:ddparnell at bigpond.com] > > Matt Lewis <matthewwalkerlewis at yahoo.com> wrote: > > I've used David Cuny's eu.ex in this way (as a scripting engine). > > Perhaps I'll have to dig up what I have and clean it up > > and make it easier to use. Basically, you can control what > > commands, variables and routines the script can use, and > > provide 'wrappers' for them. > > Snap! I was thinking the same thing, Matt. I'm sure a 'cut-down' Eu > interpreter, such as eu.ex, would be a useful scripting tool. > Parameter passing between it and the calling program would still have > to be worked out. OK, I've cleaned up and documented what I have. You can get it: Source http://www14.brinkster.com/matthewlewis/euscript.zip Docs http://www14.brinkster.com/matthewlewis/euscript.htm And, of course, all my projects are here: http://www14.brinkster.com/matthewlewis/projects.html Matt Lewis