Download List

Project Description

flex.rb is a regexp matching and scanning library for the Ruby language. It is more than 3 times faster than Ruby regexps, and supports matching text arriving in multiple parts (via async, non-blocking I/O). flex.rb embeds the GNU Flex 2.5.4 (fast lexical analyzer generator) as an engine, and all of Flex's functionality is accessible from Ruby scripts.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-05-30 20:08
0.10

Minor documentation fixes were made, and two bugs were corrected in Flex#most.
Tags: Minor bugfixes

2001-01-30 15:12
0.08

A new Flex.most method which gives the Ruby scripts all the power of Flex-generated C scanners, a comprehensive testsuite, a tutorial with examples, and more thorough documentation.

2001-01-30 15:12
0.07

Initial freshmeat announcement.

Project Resources