-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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)