SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/ruby-regexp_parser/pkg/DESCR
Normal file
10
devel/ruby-regexp_parser/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
regexp_parser is a Ruby gem for tokenizing, parsing, and transforming
|
||||
regular expressions.
|
||||
|
||||
Features:
|
||||
|
||||
* Multilayered
|
||||
* A scanner/tokenizer based on Ragel
|
||||
* A lexer that produces a "stream" of token objects.
|
||||
* A parser that produces a "tree" of Expression objects (OO API)
|
||||
* Recognizes Ruby 1.8, 1.9, and 2.x regular expressions
|
Loading…
Add table
Add a link
Reference in a new issue