mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
38733e5781
Fixes a thrown exception when path segments contain characters that aren't URI safe (e.g. `import "@foo/bar baz.pkl"`). Closes #1545
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.