Changeset 21845 for src/perl6

Show
Ignore:
Timestamp:
08/08/08 10:35:32 (4 months ago)
Author:
pmurias
Message:

[STD] handles errors from an eval (grammars need a lineof)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/Cursor.pmc

    r21838 r21845  
    644644                    }; 
    645645END 
     646                    if ($@) { 
     647                        die; 
     648                    } 
    646649                    my $result = $matcher->($C, @_); 
    647650                    if ($result) {