Parser contract. A parser is a stateless transform from
(text, context) → ParseResult. Implementations live under
mud/lib/command/parsers/<name>.ts and default-export a Parser
value. Custom parsers can live anywhere; reference them by
absolute path (/path/to/file) from the shell.parser setting.
Parser contract. A parser is a stateless transform from
(text, context) → ParseResult. Implementations live undermud/lib/command/parsers/<name>.tsand default-export aParservalue. Custom parsers can live anywhere; reference them by absolute path (/path/to/file) from theshell.parsersetting.