]> granicus.if.org Git - flex/commitdiff
fix some grammer/typography in the top node and add a detailed menu
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 20:29:05 +0000 (20:29 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 20:29:05 +0000 (20:29 +0000)
flex.texi

index 8468b07c574bbaeefb9eabd4b27d515a17c80d98..58ed12870e9b52dac4f58eb476eb90676bafa869 100644 (file)
--- a/flex.texi
+++ b/flex.texi
@@ -50,38 +50,87 @@ This manual describes
 a tool for generating programs that perform pattern-matching on text.  The
 manual includes both tutorial and reference sections.
 
-This edition of the @code{flex Manual} documents @code{flex} version
-@value{VERSION}. Last updated @value{UPDATED}.
+This edition of the @site{flex Manual} documents @code{flex} version
+@value{VERSION}. It was last updated @value{UPDATED}.
 
 @menu
-* Introduction::
-* Simple Examples::
-* Format::
-* Patterns::
-* Matching::
-* Actions::
-* Generated Scanner::
-* Start Conditions::
-* Multiple Input Buffers::
-* EOF::
-* Misc Macros::
-* User Values::
-* Yacc::
-* Invoking Flex::
-* Scanner Options::
-* Performance::
-* Cxx::
-* Reentrant::
-* Lex and Posix::
-* Memory Management::
-* Diagnostics::
-* Limitations::
-* Bibliography::
-* Copyright::
-* Reporting Bugs::
-* FAQ::
-* Appendices::
-* Indices::
+* Introduction::                
+* Simple Examples::             
+* Format::                      
+* Patterns::                    
+* Matching::                    
+* Actions::                     
+* Generated Scanner::           
+* Start Conditions::            
+* Multiple Input Buffers::      
+* EOF::                         
+* Misc Macros::                 
+* User Values::                 
+* Yacc::                        
+* Invoking Flex::               
+* Scanner Options::             
+* Performance::                 
+* Cxx::                         
+* Reentrant::                   
+* Lex and Posix::               
+* Memory Management::           
+* Diagnostics::                 
+* Limitations::                 
+* Bibliography::                
+* Copyright::                   
+* Reporting Bugs::              
+* Appendices::                  
+* Indices::                     
+
+@detailmenu
+ --- The Detailed Node Listing ---
+
+Format of the Input File
+
+* Definitions Section::
+* Rules Section::
+* User Code Section::
+* Comments in the Input::
+
+Reentrant C Scanners
+
+* Reentrant Uses::
+* Reentrant Overview::
+* Reentrant Example::
+* Reentrant Detail::
+* Bison Pure::
+* Reentrant Functions::
+
+The Reentrant API in Detail
+
+* Specify Reentrant::
+* Extra Reentrant Argument::
+* Global Replacement::
+* Init and Destroy Functions::
+* Accessor Methods::
+* Extra Data::
+* About yyscan_t::
+
+Memory Management
+
+* The Default Memory Management::
+* Overriding The Default Memory Management::
+* A Note About yytext And Memory::
+
+Appendices
+
+* Makefiles and Flex::
+
+Indices
+
+* Concept Index::
+* Index of Functions and Macros::
+* Index of Variables::
+* Index of Data Types::
+* Index of Hooks::
+* Index of Examples::
+
+@end detailmenu
 @end menu
 
 @node Introduction