Changeset 3922

Show
Ignore:
Timestamp:
05/26/05 23:48:00 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
5482
Message:

* Pugs.Parser -- Unbreak "$hash<key>" in double-quoted strings.
* Pugs.Run.Perl5 -- Usual svn properties.

Location:
src/Pugs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Parser.hs

    r3909 r3922  
    14681468    option ' ' $ char '.' 
    14691469    choice 
    1470         [ ruleInvocationParens 
    1471         , ruleArraySubscript 
    1472         , ruleHashSubscript 
     1470        [ try ruleInvocationParens 
     1471        , try ruleArraySubscript 
     1472        , try ruleHashSubscript 
    14731473        , ruleCodeSubscript 
    14741474        ] 
  • src/Pugs/Run/Perl5.hs

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native