docs: add note about PEG and ports

This commit is contained in:
hylo 2022-12-30 18:54:07 +01:00
parent 50828e2ee5
commit 5684381728
1 changed files with 1 additions and 1 deletions

View File

@ -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)~