Changes between Initial Version and Version 1 of Ticket #843

Show
Ignore:
Timestamp:
07/17/09 04:39:59 (13 years ago)
Author:
pmichaud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #843 – description

    initial v1  
    1 Per Synopsis 5, all regexes have an implied {*} marker at the end of every regex, which results in calling an associated action method if one is supplied. 
     1Per Synopsis 5, all regexes will have an implied {*} marker at the end of every regex, which results in calling an associated action method if one is supplied. 
    22 
    33This may affect existing grammars that have an explicit {*} at the end of the regex (resulting in the action method being called twice).  It can also affect grammars that assume that the action method will always have two arguments (e.g. if all other {*}'s in the regex have #= tags).