CommandInterpreter

Undocumented in source.

Constructors

this
this()

Undocumented in source.

Destructor

~this
~this()

Undocumented in source.

Members

Functions

eval
string eval(string func, string[] args)

Undocumented in source. Be warned that the author may not have intended to support it.

eval
string eval(string ns, string func, string[] args)

Undocumented in source. Be warned that the author may not have intended to support it.

fork
void fork()

Undocumented in source. Be warned that the author may not have intended to support it.

help
string help(string[] args)

Undocumented in source. Be warned that the author may not have intended to support it.

interpret
void interpret(string line)

Undocumented in source. Be warned that the author may not have intended to support it.

quit
string quit(string[] args)

Undocumented in source. Be warned that the author may not have intended to support it.

registerCommand
void registerCommand(Command info, CommandType cmd)

Undocumented in source. Be warned that the author may not have intended to support it.

registerCommand
void registerCommand(string ns, Command info, CommandType cmd)

Undocumented in source. Be warned that the author may not have intended to support it.

run
void run()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta