summaryrefslogtreecommitdiff
path: root/module/ice-9/peg.scm
diff options
context:
space:
mode:
authorNoah Lavine <noah.b.lavine@gmail.com>2012-01-22 15:03:13 -0500
committerAndy Wingo <wingo@pobox.com>2013-01-16 10:11:50 +0100
commitfee87b821f6ed644c77cee4b3f5a02836f3d974f (patch)
tree142c7d56a01e8d089edbeba91bac6c780c19bfa5 /module/ice-9/peg.scm
parent3ebd5786160226df4dd4bb2abf610105d156653a (diff)
downloadguile-fee87b821f6ed644c77cee4b3f5a02836f3d974f.tar.gz
PEG Renames
* module/ice-9/peg.scm: rename 'peg-sexp-compile' to 'compile-peg-pattern' * module/ice-9/peg/codegen.scm: same * module/ice-9/peg/string-peg.scm: same * module/ice-9/peg/using-parsers.scm: same * doc/ref/api-peg.texi: same
Diffstat (limited to 'module/ice-9/peg.scm')
-rw-r--r--module/ice-9/peg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/peg.scm b/module/ice-9/peg.scm
index e5798dd2c..f572277b9 100644
--- a/module/ice-9/peg.scm
+++ b/module/ice-9/peg.scm
@@ -30,7 +30,7 @@
define-peg-string-patterns
match-pattern
search-for-pattern
- peg-sexp-compile
+ compile-peg-pattern
define-grammar-f
keyword-flatten
context-flatten