mirror of
https://github.com/apple/pkl.git
synced 2026-03-18 15:23:58 +01:00
Modules that cannot be loaded for one reason or another now cause a Pkl Exception, with the offending import highlighted as part of the stack trace.
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.