in reply to Perl5 to Java compiler - first release

Hi Flavio

Does perlito now support translating regexes?

edit

Btw: good job. :)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re: Perl5 to Java compiler - first release

Replies are listed 'Best First'.
Re^2: Perl5 to Java compiler - first release
by fglock (Vicar) on May 13, 2017 at 18:01 UTC

    Regexes are parsed by this grammar - Perlito5::Grammar::Regex5.

    In this release, "java.util.regex" is the core regex engine. The Perlito runtime provides "/g", "/e", "/ee", pos(), (?#...) and other Perl-specific features.