mirror of
https://github.com/apple/pkl.git
synced 2026-09-10 03:41:58 +02:00
This skips some unnecessary steps when evaluating annotations that have no attached object bodies by returning an EmptyObjectLiteralNode instead of a PropertiesLiteralNode
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.