mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
doc: Update LALR URL.
Reported by Chris Vine <vine35792468@gmail.com>. * doc/ref/api-lalr.texi (LALR(1) Parsing): Update URL.
This commit is contained in:
parent
edd9727935
commit
2c7d6031f3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
@c -*-texinfo-*-
|
@c -*-texinfo-*-
|
||||||
@c This is part of the GNU Guile Reference Manual.
|
@c This is part of the GNU Guile Reference Manual.
|
||||||
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2009, 2010
|
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2009, 2010, 2017
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See the file guile.texi for copying conditions.
|
@c See the file guile.texi for copying conditions.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
@section LALR(1) Parsing
|
@section LALR(1) Parsing
|
||||||
|
|
||||||
The @code{(system base lalr)} module provides the
|
The @code{(system base lalr)} module provides the
|
||||||
@uref{http://code.google.com/p/lalr-scm/, @code{lalr-scm} LALR(1) parser
|
@uref{https://github.com/schemeway/lalr-scm/, @code{lalr-scm} LALR(1) parser
|
||||||
generator by Dominique Boucher}. @code{lalr-scm} uses the same algorithm as GNU
|
generator by Dominique Boucher}. @code{lalr-scm} uses the same algorithm as GNU
|
||||||
Bison (@pxref{Introduction, Introduction to Bison,, bison, Bison@comma{} The
|
Bison (@pxref{Introduction, Introduction to Bison,, bison, Bison@comma{} The
|
||||||
Yacc-compatible Parser Generator}). Parsers are defined using the
|
Yacc-compatible Parser Generator}). Parsers are defined using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue