mirror of
https://github.com/apple/pkl.git
synced 2026-03-13 05:35:21 +01:00
If a generator object literal doesn't add any object members, we can simply use the parent in its place. Co-authored-by: Kushal Pisavadia <kushi.p@gmail.com>
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.