HTD / NST

New Source Tree Komodo Addon
32 stars 20 forks source link

perl: exception during parsing perl source #20

Closed jumpercc closed 11 years ago

jumpercc commented 11 years ago

parsing this code:

sub test1 {
    m{
        \d{2}\s\d
    }x;
}

NST generates exception (created illegal regex)

as result: no source tree for file and "wait" cursor

jumpercc commented 11 years ago

$ git push Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 468 bytes, done. Total 4 (delta 2), reused 0 (delta 0) To git@github.com:HTD/NST.git 4b2fb2b..d2ffe86 testing -> testing