Changeset 10033

Show
Ignore:
Timestamp:
04/19/06 00:01:07 (3 years ago)
Author:
fglock
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/pX/Common/Pugs-Compiler-Precedence/TODO

    r9917 r10033  
    11TODO file for Pugs-Compiler-Precedence 
     2 
     3- needs to use category identifiers, like INFIX 
     4  maybe INFIX_004 for category+precedence? 
    25 
    36- \s{ is an expression terminator if the parser is expecting an operator 
     
    58- add is-parsed to the appropriate category in op-precedence and tokenizer 
    69 
    7 - cleanup Pugs::AST::Expression in PCR (no longer used?) 
    8  
    9 - add_op() doesn't need the 'block' key 
    10  
    1110- PCP needs to return a Match object? 
    1211  (maybe a match-like object is more appropriate?) 
     12 
     13- The P::Yapp 'expect' state can be verified inside 
     14    %{$self->{STATES}[$self->{STACK}[-1][0]]{ACTIONS}}