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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: