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

Adding support for "unparsing" #4

Merged
merged 8 commits into from Jul 16, 2023
Merged

Adding support for "unparsing" #4

merged 8 commits into from Jul 16, 2023

Conversation

meatballhat
Copy link
Member

@meatballhat meatballhat commented Jul 13, 2023

primarily to support concepts like displaying the parsed args back to a human or reversing a parse tree into a string slice for features like suggestions and completion.

including:

  • multi-ident nodes
  • splitting up CommandFlag (back) into Command and Flag
  • minor cleanups

@meatballhat meatballhat requested a review from a team July 13, 2023 04:00
@meatballhat meatballhat marked this pull request as ready for review July 13, 2023 04:15
@meatballhat meatballhat changed the title Adding support for "unparsing" and multi-ident nodes Adding support for "unparsing" Jul 14, 2023
@meatballhat meatballhat merged commit 29e3de7 into main Jul 16, 2023
1 check passed
@meatballhat meatballhat deleted the unparsing branch July 16, 2023 13:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants