mirror of
https://github.com/apple/pkl.git
synced 2026-04-10 18:57:00 +02:00
- pass `GrammarVersion` to constructor instead of passing it to each `format` method - replace `format(Path): String` with `format(Reader, Appendable)` - instead of picking which overloads besides `format(String): String` might be useful, offer a single generalized method that streams input and output - add `@Throws(IOException::class)` to ensure that Java callers can catch this exception - deprecate old methods
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL