Show
Ignore:
Timestamp:
09/16/06 14:29:48 (2 years ago)
Author:
audreyt
Message:

* Finish the s:g/evalPGE/evalPGR/ transition.
* Remaining open issues:

  • should there be a pragma (or something else) that switches back to Parrot/PGE for rules?
  • if not, should we completely remove Pugs.Embed.Parrot?
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Match.hs

    r13182 r13365  
    4747        return (name, text) 
    4848    text <- ruleWithAdverbs rule 
    49     pge  <- liftIO $ evalPGE pwd (encodeUTF8 cs) (encodeUTF8 text) subrules 
     49    pge  <- liftIO $ evalPCR pwd (encodeUTF8 cs) (encodeUTF8 text) subrules 
    5050            `catchIO` (\e -> return $ show e) 
    5151    rv  <- tryIO Nothing $ fmap Just (readIO $ decodeUTF8 pge)