Open ryanberckmans opened 10 years ago
The "input grammar" is used to parse commands typed by the player. I suppose at the time I thought the player was "inputting commands".
The "output grammar" is used to parse messages sent by the MUD. I suppose at the time I thought the MUD was "outputting" msgs to the client.
This is confusing and needs to be cleaned up. Ideally skip "input/output" entirely and go with playerCommandsParser mudMessageParser.
The "input grammar" is used to parse commands typed by the player. I suppose at the time I thought the player was "inputting commands".
The "output grammar" is used to parse messages sent by the MUD. I suppose at the time I thought the MUD was "outputting" msgs to the client.
This is confusing and needs to be cleaned up. Ideally skip "input/output" entirely and go with playerCommandsParser mudMessageParser.