File: readme.rdoc

package info (click to toggle)
ruby-rsec 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: ruby: 2,130; lisp: 13; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== Parser / Regexp Combinator for Ruby. 

Easier and faster than treetop / rex+racc.

It's ruby1.9 only.

== License 

As Ruby's

== Install 

The pure Ruby gem is fast enough (about 10+x faster than treetop generated code):

    gem in rsec

== Doc

http://rsec.herokuapp.com

== Code

http://github.com/luikore/rsec/tree/master