Skip to content

A Better Command Line Interpreter #14

@therealgymmy

Description

@therealgymmy

The current cli interpreter is very cubersome and a lot of places are simply hacked together.
It would be ideal to have the following after the rewrite.

  • Separate the Request(Command) Retrieval interface from the command line interpreter, so that it can be used with other View components in the future.
  • One single Request structure across all View components (this interpreter and future components). The current model requires two different structures for handling one same request.
  • Real semantic analysis for parsing (current hacky approach is taking more and more time to add new features)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions