m-ender / retina

A regex-based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate printing and counting matches into two modes

m-ender opened this issue · comments

M mode is the only one that does vastly different things depending on configuration. It would probably make more sense to separate it into two different modes, one for counting matches and one for returning all matches.

This has been implemented and will be released with Retina 1.0 (there is currently no more M, instead we have List and Count).