mirror of
https://github.com/apple/pkl.git
synced 2026-07-07 05:25:17 +02:00
eaf73af247
Stdlib modules are singletons that are shared across multiple evaluators. This improves thread safety by evaluating its `output.bytes` during initialization, which initializes truffle nodes (e.g. TypeTestNode), and also initializes the member cache of the module output of `pkl:base`
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.