summaryrefslogtreecommitdiff
path: root/module/ice-9/peg/codegen.scm
diff options
context:
space:
mode:
authorNoah Lavine <nlavine@haverford.edu>2011-03-05 23:54:50 -0500
committerAndy Wingo <wingo@pobox.com>2013-01-16 10:11:43 +0100
commit5e16c41703fd01162075c974939c7a97c632f33c (patch)
tree9d1acb3b8ce2de8305c9f44129cbe3d339f69395 /module/ice-9/peg/codegen.scm
parent00923497d2b83943e642860d15a431d65340e7c8 (diff)
downloadguile-5e16c41703fd01162075c974939c7a97c632f33c.tar.gz
Separate PEG Strings
* module/ice-9/peg.scm: remove functions dealing with PEGs as strings * module/ice-9/peg/string-peg.scm: and put them here
Diffstat (limited to 'module/ice-9/peg/codegen.scm')
-rw-r--r--module/ice-9/peg/codegen.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/peg/codegen.scm b/module/ice-9/peg/codegen.scm
index 43f44cc66..2c85ccca9 100644
--- a/module/ice-9/peg/codegen.scm
+++ b/module/ice-9/peg/codegen.scm
@@ -20,6 +20,7 @@
(define-module (ice-9 peg codegen)
#:export (peg-sexp-compile)
#:use-module (ice-9 peg)
+ #:use-module (ice-9 peg string-peg)
#:use-module (ice-9 pretty-print)
#:use-module (system base pmatch))