RuPkl: Pkl parser for Ruby #389
Replies: 4 comments 13 replies
|
This looks fun. The first chapter the tutorial uses almost exclusively Pcf, which is a syntactic subset of Pkl. What's your ultimate goal for this parser? What are you going to do with uninterpreted things ( |
|
Today, I released RuPkl v0.2.0! This release includes following new features:
|
|
Today, I released RuPkl v0.3.0! This release includes following new features. |
|
I was happy to see (that's fine, but not what I was looking for) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm developing a Pkl parser named
RuPklfor Ruby.https://github.com/taichi-ishitani/rupkl
RuPkl can load a Pkl code string into a Ruby structure like below.
I've confirmted that RuPkl can load Pkl code strings in "Tutorial: Basic Configuration" and released v0.1.0!
https://rubygems.org/gems/rupkl
All reactions