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

Implement a simple AST pretty-printer #27

Open
DaniPopes opened this issue Jul 6, 2024 · 1 comment · May be fixed by #153
Open

Implement a simple AST pretty-printer #27

DaniPopes opened this issue Jul 6, 2024 · 1 comment · May be fixed by #153
Labels
A-parser Area: parsing source code to an AST C-enhancement Category: an issue proposing an enhancement or a PR with one E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. P-low Low priority

Comments

@DaniPopes
Copy link
Member

DaniPopes commented Jul 6, 2024

Describe the feature

We will need a pretty-printer for use in:

  • lints/code suggestions
  • displaying items in auto-generated documentation
  • re-use in a formatter

Additional context

No response

@DaniPopes DaniPopes added C-enhancement Category: an issue proposing an enhancement or a PR with one A-parser Area: parsing source code to an AST P-medium Medium priority E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. labels Jul 6, 2024
@DaniPopes DaniPopes added P-low Low priority and removed P-medium Medium priority labels Jul 6, 2024
@DaniPopes DaniPopes mentioned this issue Jul 6, 2024
68 tasks
@0x0elliot
Copy link

Hey! I would love to pick this issue up to help out. Funnily enough, I have no idea where to start.

I would love to become a frequent contributor to solar. It would be kind of you to nudge me so that I have a clear idea :)

@klkvr klkvr linked a pull request Dec 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parser Area: parsing source code to an AST C-enhancement Category: an issue proposing an enhancement or a PR with one E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. P-low Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants