diff options
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index d7a265f6b..c43873cff 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -308,6 +308,7 @@ available through both Scheme and C interfaces. * Input and Output:: Ports, reading and writing. * Regular Expressions:: Pattern matching and substitution. * LALR(1) Parsing:: Generating LALR(1) parsers. +* PEG Parsing:: Parsing Expression Grammars. * Read/Load/Eval/Compile:: Reading and evaluating Scheme code. * Memory Management:: Memory management and garbage collection. * Modules:: Designing reusable code libraries. @@ -336,6 +337,7 @@ available through both Scheme and C interfaces. @include api-io.texi @include api-regex.texi @include api-lalr.texi +@include api-peg.texi @include api-evaluation.texi @include api-memory.texi @include api-modules.texi |