mirror of
https://github.com/apple/pkl.git
synced 2026-06-30 10:11:42 +02:00
1104f12362
This allows custom/external resources to produce `null` values for nullable reads (`read?`) Ref: https://github.com/apple/pkl-go/issues/157
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.