mirror of
https://github.com/apple/pkl.git
synced 2026-06-20 20:39:32 +02:00
b5e011dae1
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.