/[bison]/bison/TODO
ViewVC logotype

Diff of /bison/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by pascal, Thu Sep 20 18:32:19 2001 UTC revision 1.15 by marc, Fri Sep 21 00:09:28 2001 UTC
# Line 1  Line 1 
1  -*- outline -*-  -*- outline -*-
2    
3  * src/reader.c  * src/reader.c
4  ** Complete parse_skel_decl () with parse_dquoted_param ().     []  Complete parse_skel_decl () with parse_dquoted_param ().        []
5  ** Check and cleanup for CPP-out code.  []  Check and cleanup for CPP-out code.     []
6    
7  * src/output.c  * src/output.c
8    Synchronize `#line' directive with user file.   []
9    -------------------------------------------------------------------
10    In the bison source:
11    %define linef "#line %d %s"
12    
13    In output.c:
14    if (macro_find ("linef"))
15        obstack_fgrow2 (&table_obstack, macro_find ("linef"),
16        line, filename);
17    -------------------------------------------------------------------
18    
19    Cleanup dirty CPP-out code.     []
20  ** Output sub-skeleton files.   []  ** Output sub-skeleton files.   []
21  ** Cleanup dirty CPP-out code.  []  Useful for %no_parser.  []
22  *** Useful for %no_parser.      []  *** New skeleton.       []
 **** New skeleton.      []  
 ** s/definitions/prologue/  s/user_code/epilogue/.      [ok]  
 ** s/macro/muscle/.     [ok]  
 ** Synchronize `#line' directive with user file.        []  
23    
24  * src/getargs.c src/lex.c  * src/getargs.c src/lex.c
25  ** Synchronize percent and command line options.        [ok]  Synchronize percent and command line options.   [ok]
26    
27  * src/macrotab.[ch]  * src/macrotab.[ch]
28  ** Removing warnings when compiling. (gcc-warnings).    [ok]  Removing warnings when compiling. (gcc-warnings).       [ok]
 ** s/macro/muscle/.     [ok]  
 *** Rename files.       [ok]  
 *** Rename functions    [ok]  
 *** Echo modifications src/Makefile src/output.c src/reader.c  
 ***                    src/main.c src/macrotab.c.       [ok]  
29    
30  * src/print_graph.c  * src/print_graph.c
31  ** Find the best graph parameters.      []  Find the best graph parameters. []
32    
33  * doc/bison.texinfo  * doc/bison.texinfo
34  ** Echo modifications of prologue and epilogue. []  Echo modifications of prologue and epilogue.    []
35  ** Add informations about YYERROR_VERBOSE.      []  Add informations about YYERROR_VERBOSE. []
36  ** Add explainations about skeleton muscles.    []  Add explainations about skeleton muscles.       []
37  ** Add explainations about %skeleton.   []  Add explainations about %skeleton.      []
   
 * tests/  
 ** Repair Bison to success tests.       [ok]  
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26