Menu

#1306 Fold Perl's qw array

Committed
closed
5
2019-10-24
2019-07-23
Zufu Liu
No

I think it will be useful to fold the qw array.
This is a rough implementation, I don't understand Perl.

1 Attachments

Discussion

  • Kein-Hong Man

    Kein-Hong Man - 2019-07-23

    Tested, looks fine to me, thanks.

    Here is a brief guide to qw: https://perlmaven.com/qw-quote-word

    Here is a snippet to test folding:

    # some words
    my @name = qw(foo bar zorg);
    
    # some words
    my @name = qw(
        foo
        bar
        zorg
    );
    
     
  • Neil Hodgson

    Neil Hodgson - 2019-09-26
    • labels: lexer --> lexer, perl, scintilla
    • Group: Completed --> Committed
     
  • Neil Hodgson

    Neil Hodgson - 2019-09-26

    Committed as [729337].

     

    Related

    Commit: [729337]

  • Neil Hodgson

    Neil Hodgson - 2019-10-24
    • status: open --> closed
     
  • Neil Hodgson

    Neil Hodgson - 2019-10-24

    Committed as [729337].

     

    Related

    Commit: [729337]


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.