From c423682c8a45a631035a2a8e46c976768a0cecb0 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Fri, 16 Jan 2015 15:28:01 -0600 Subject: Fixed flex link --- doc/ply.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ply.html b/doc/ply.html index 9796e61..003384d 100644 --- a/doc/ply.html +++ b/doc/ply.html @@ -1178,7 +1178,7 @@ a series of different states. Each state can have its own tokens, lexing rules, and so forth. The implementation is based largely on the "start condition" feature of GNU flex. Details of this can be found at http://www.gnu.org/software/flex/manual/html_chapter/flex_11.html.. +href="http://flex.sourceforge.net/manual/Start-Conditions.html">http://flex.sourceforge.net/manual/Start-Conditions.html.

To define a new lexing state, it must first be declared. This is done by including a "states" declaration in your -- cgit v1.2.1