refactor: rename peg parser
This commit is contained in:
parent
f630c5f640
commit
195b75818d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
Loading…
Reference in a new issue