mirror of
https://github.com/apple/pkl.git
synced 2026-05-05 14:43:28 +02:00
Fix the issue where String#toInt() cannot parse a Int string including sequence of "_" like "1_2__3___".
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.