-
Notifications
You must be signed in to change notification settings - Fork 4
Create a Tokenizer for the Command Line Arguments #29
Copy link
Copy link
Open
Labels
Priority: CriticalThe issue or pull request has a critical priority.The issue or pull request has a critical priority.Type: ImplementationThe issue or pull request concerns the implementation of a new feature.The issue or pull request concerns the implementation of a new feature.Type: Testing & LintingThe issue or pull request concerns unit tests, integration tests, linting, or formatting.The issue or pull request concerns unit tests, integration tests, linting, or formatting.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Priority: CriticalThe issue or pull request has a critical priority.The issue or pull request has a critical priority.Type: ImplementationThe issue or pull request concerns the implementation of a new feature.The issue or pull request concerns the implementation of a new feature.Type: Testing & LintingThe issue or pull request concerns unit tests, integration tests, linting, or formatting.The issue or pull request concerns unit tests, integration tests, linting, or formatting.
To make the parsing of the command line arguments easier, a generic tokenizer that does not depend on actual command and argument definitions and produces a list of tokens should be created.