On 5/24/25 2:40 AM, Peter Pentchev wrote:
On Fri, May 23, 2025 at 05:44:01PM -0700, ToddAndMargo via perl6-users wrote:
Hi All,
https://github.com/tony-o/raku-toml
In the usage parsing example:
Parsing TOML
use TOML;
my $config = from-toml("config.toml".IO.slurp);
# use $c
On Fri, May 23, 2025 at 05:44:01PM -0700, ToddAndMargo via perl6-users wrote:
> Hi All,
>
> https://github.com/tony-o/raku-toml
>
> In the usage parsing example:
>
> Parsing TOML
> use TOML;
> my $config = from-toml("config.toml".IO.slurp);
> # use $config like any ol' hash
>
>