Definitely -; Btw there is a full regexp engine writen with Marpa (well, the JavaScript one, wich differs from perl with quite subtile things <http://blogs.perl.org/users/jean-damien_durand/2014/02/a-marpa-use-case-javascript-regexp-implementation.html>) here <https://github.com/jddurand/MarpaX-Languages-ECMAScript-AST/blob/master/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/Pattern.pm> .
JD. Le lundi 9 juin 2014 19:50:47 UTC+2, Jeffrey Kegler a écrit : > > By the way, another target of opportunity is a regex engine which detects > "hard" and "easy" regexes. Most regexes it would handle in the ordinary > way, with a regex engine, but the hard ones it hands over to Marpa. This > might prove popular because people *want* to do everything with a regex. > This would allow them to. It'd make a great Perl extension. > > -- jeffrey > > -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
