/[bison]/bison/TODO
ViewVC logotype

Diff of /bison/TODO

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

revision 1.63 by akim, Sat May 25 16:12:39 2002 UTC revision 1.64 by akim, Sun May 26 20:25:52 2002 UTC
# Line 40  When implementing multiple-%union suppor Line 40  When implementing multiple-%union suppor
40  Provide better assistance for understanding the conflicts by providing  Provide better assistance for understanding the conflicts by providing
41  a sample text exhibiting the (LALR) ambiguity.  a sample text exhibiting the (LALR) ambiguity.
42    
 * report  
 Solved conflicts should not be reported in the beginning of the file.  
 Rather they should be reported within each state description.  Also,  
 now that the symbol providing the precedence of a rule is kept, it is  
 possible to explain why a conflict was solved this way.  E.g., instead  
 of  
   
    Conflict in state 8 between rule 2 and token '+' resolved as reduce.  
   
 we can (in state 8) report something like  
   
    Conflict between rule 2 and token '+' resolved as reduce  
    because '*' < '+'.  
   
 or something like that.  
   
43  * Coding system independence  * Coding system independence
44  Paul notes:  Paul notes:
45    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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