refactor: rename peg parser

This commit is contained in:
hylo 2022-12-30 17:53:13 +01:00
parent f630c5f640
commit 195b75818d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
(define-module (toml parser)
(define-module (toml parser-peg)
#:use-module (ice-9 peg)
#:use-module (ice-9 pretty-print)
#:export (parse))