From 568438172818605da8b5a2a414cf2710f13c24f1 Mon Sep 17 00:00:00 2001 From: hylo Date: Fri, 30 Dec 2022 18:54:07 +0100 Subject: [PATCH] docs: add note about PEG and ports --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 3afde25..386ae7d 100644 --- a/README.org +++ b/README.org @@ -34,7 +34,7 @@ To start using guile-toml: ~(use-modules (toml))~ - ~(toml->scm str)~ - Reads a TOML document from the given string. + Reads a TOML document from the given string. Guile-toml's parsing is implemented with ~(ice-9 peg)~, which unfortunately does not support ports. See below for how to use this with a TOML file. *** Building TOML documents - ~(scm->toml native #:optional port)~