mirror of
https://github.com/apple/pkl.git
synced 2026-03-24 18:11:27 +01:00
Fix an issue where doubly unary minus (e.g. `--1`) on int/float literals are incorrectly parsed as single unary minus.
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.