[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: YAML parser?
From: |
Thompson, David |
Subject: |
Re: YAML parser? |
Date: |
Mon, 24 Feb 2020 09:48:27 -0500 |
On Fri, Feb 21, 2020 at 11:13 PM Aleix Conchillo FlaquƩ
<address@hidden> wrote:
>
> Hi,
>
> does anyone know if there's any YAML parser for Guile? Haven't been able to
> find any.
None that I know of. I made an attempt to write one years ago, but the
YAML specification is so complex that it didn't feel worth the effort.
- Dave