Changeset 10033
- Timestamp:
- 04/19/06 00:01:07 (3 years ago)
- Files:
-
- 1 modified
-
misc/pX/Common/Pugs-Compiler-Precedence/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
misc/pX/Common/Pugs-Compiler-Precedence/TODO
r9917 r10033 1 1 TODO file for Pugs-Compiler-Precedence 2 3 - needs to use category identifiers, like INFIX 4 maybe INFIX_004 for category+precedence? 2 5 3 6 - \s{ is an expression terminator if the parser is expecting an operator … … 5 8 - add is-parsed to the appropriate category in op-precedence and tokenizer 6 9 7 - cleanup Pugs::AST::Expression in PCR (no longer used?)8 9 - add_op() doesn't need the 'block' key10 11 10 - PCP needs to return a Match object? 12 11 (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}}
