Add an in-language Pkl parser and syntax module
Author: bioballCreated Jul 29, 2025Updated Jul 29, 2026
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
Source: apple/pkl