text-adventure icon indicating copy to clipboard operation
text-adventure copied to clipboard

Implement robust command grammar

Open bitops opened this issue 2 months ago • 0 comments

Summary

  • add a formal grammar for parsing player commands to replace the current ad-hoc logic
  • ensure the parser can handle synonyms and complex inputs

Context

Raised from the TODO list in the repo.

bitops avatar Nov 26 '25 07:11 bitops