Add an in-language Pkl parser and syntax module #329

Open
opened 2025-12-30 01:23:34 +01:00 by adam · 0 comments
Owner

Originally created by @bioball on GitHub (Jul 29, 2025).

It would be good to have a parser for actual Pkl code, where the parser returns syntax nodes.

This enables use-cases like:

  • Linter with in-language defined linting rules
  • Source code transformations written in Pkl
Originally created by @bioball on GitHub (Jul 29, 2025). It would be good to have a parser for actual Pkl code, where the parser returns syntax nodes. This enables use-cases like: * Linter with in-language defined linting rules * Source code transformations written in Pkl
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#329