mirror of
https://github.com/apple/pkl.git
synced 2026-06-25 23:06:20 +02:00
0ee3d37524
This adds support for adding the `const` modifier to object members. Such object members are also required to have the `local` modifier applied. This follows SPICE-0011.
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.