mirror of
https://github.com/apple/pkl.git
synced 2026-09-09 19:31:51 +02:00
* In GeneratorWhenNode, need to move individual iterations into their own methods so that the @ExplodeLoop sees a constant number of iterations whenever that method is called. * In the other nodes, the lambda passed to `forceAndIterateMemberValues` needs to capture the materialized frame, not the virtual frame.
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.