ryanberckmans / mud-client

http://noric.org/play
1 stars 2 forks source link

parser grammar / object names should be consistent #7

Open ryanberckmans opened 10 years ago

ryanberckmans commented 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.