Categories: None [Edit]

regexador

https://rubygems.org/gems/regexador
https://github.com/hal9000/regexador
This is implemented as an "external DSL" in Ruby; that is (like SQL for example), a "program" in a Ruby string is passed into some kind of parser/interpreter method. In this case, it is possible to use the result "as is" or to convert to an ordinary Ruby regular expression. Though this mini-language was conceived and implemented "for Ruby, using Ruby," in principle there is no reason it might not also be implemented in other languages such as Python or Perl. Development on this project began in mid-July 2013. As such, it is still an immature project. Syntax and semantics may change. Feel free to offer comments or suggestions.

Total

Ranking: 118,769 of 196,406
Downloads: 6,271

Daily

Ranking: 41,378 of 196,374
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
141,286,881,604minitest
291,013,944,118rspec
71283,016,630parslet

Owners

#GravatarHandle
1iconhal9000