mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
b7ba6a8649
Power assertions only work when the source section is available. If it is unavailable, power assertions throw a ParserError (unexpected EOF on an empty input) when re-parsing the expression for presentation.
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.