MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
278 stars 46 forks source link

basic regex support. Just a wrapper for scala (java) regex classes. #120

Closed prakashk closed 11 years ago

prakashk commented 11 years ago

This is just barely scratching the surface of what Perl's regex capabilities. Only supports // as delimiters.

In order to realize anything close to what Perl offers, we will probably need to write our own parser class, that should also help us implement string interpolation and quote operators (q, qq etc).

stevan commented 11 years ago

@prakashk this is great, even just having a little support is good, thanks!