Show
Ignore:
Timestamp:
06/23/2008 12:13:26 PM (7 months ago)
Author:
mitchell <mitchell@frost.(none)>
git-committer:
mitchell <mitchell@frost.(none)> 1214248406 -0400
git-parent:

[3c1539eeb1e066cd00cd3114851c02578e77264e]

git-author:
mitchell <mitchell@frost.(none)> 1214248406 -0400
Message:

Fixed another segfault; renamed 'queue' action to 'enqueue'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PARSER_DOC

    rb354c6b r5b7fcf9  
    221221      defining line_start. 
    222222 
    223       Also for multi-line matches, it may be necessary to use the 'queue' and 
     223      Also for multi-line matches, it may be necessary to use the 'enqueue' and 
    224224      'commit' actions. If it is possible that a multi-line entity will not have 
    225       an ending delimiter (for example a string), use the 'queue' action as soon 
    226       as the start delimitter has been detected, and the 'commit' action as soon 
    227       as the end delimitter has been detected. This will eliminate the potential 
    228       for any counting errors. 
     225      an ending delimiter (for example a string), use the 'enqueue' action as 
     226      soon as the start delimitter has been detected, and the 'commit' action as 
     227      soon as the end delimitter has been detected. This will eliminate the 
     228      potential for any counting errors. 
    229229 
    230230    Notes: