mirror of
https://github.com/apple/pkl.git
synced 2026-05-23 23:37:13 +02:00
7d50aaeec9
The backslash needs to be escaped when rendering double-quoted YAML strings. In addition, this escapes the following characters: * next line (0x85) * nbsp (0xa0)
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.