RuPkl: Pkl parser for Ruby #389
Replies: 3 comments 5 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 ( |
Beta Was this translation helpful? Give feedback.
-
Today, I released RuPkl v0.2.0! This release includes following new features:
|
Beta Was this translation helpful? Give feedback.
-
Today, I released RuPkl v0.3.0! This release includes following new features. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm developing a Pkl parser named
RuPkl
for 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
Beta Was this translation helpful? Give feedback.
All reactions