22 Nov 16:58
Re: Argh! Regular expressions in Lua
Luiz Henrique de Figueiredo <lhf <at> tecgraf.puc-rio.br>
2006-11-22 15:58:05 GMT
2006-11-22 15:58:05 GMT
> is there a compelling reason for such limitation? Size and complexity. If you want to do complex pattern matching with full RE, then you can add it as an external libraries (and there are a few for Lua). > I found myself wishing to have a continue keyword [...] > can't recall an official reason why it isn't in the language. Lua evolves by answering "why?" not "why not?". --lhf
RSS Feed