in reply to Re: Complex dispatch table
in thread Complex dispatch table
It's actually a Telnet Client for playing muds with.. With commands similar to zMUD, ie '#VAR myvar {2}' '#TRIGGER {sometext} {#colour red}' to mention a couple, this is the stuff and commands that are getting parsed. I'm already using Parse::RecDescent to parse complex scripts, but am trying to avoid using it for simple commands, which seems to be working so far.
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Complex dispatch table
by dash2 (Hermit) on Feb 20, 2003 at 11:29 UTC | |
by castaway (Parson) on Feb 20, 2003 at 13:05 UTC | |
|
Re: Re: Re: Complex dispatch table
by Thelonius (Priest) on Feb 20, 2003 at 12:42 UTC |