Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Command Parser Model #646

Closed
jvalkeal opened this issue Jan 27, 2023 · 0 comments
Closed

New Command Parser Model #646

jvalkeal opened this issue Jan 27, 2023 · 0 comments
Assignees
Milestone

Comments

@jvalkeal
Copy link
Contributor

Existing CommandParser was a rewrite in 2.1.x which turned out to be not so great implementation. It does its job but was more or less brute force type of scannerless parser.

To support missing features like option groups, double dash, etc it'd be beneficial to reimplement new parser from ground up having proper lexer, ast, parser concepts in it which would give better foundation for future needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant