mirror of
https://github.com/apple/pkl.git
synced 2026-09-10 03:41:58 +02:00
This rewrites the listing/mapping typecast nodes to be more friendly to partial-evaluation. This is because the compiler bails out of deeply recursive calls.
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.