File: readme.rdoc

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

PEG grammar for Ruby, based on StringScanner. Consistently superior speed: up to 10 times faster than Treetop[https://github.com/nathansobo/treetop], and twice the speed of rex+racc.

Compatible with Ruby v1.9 and above.

== License 

Same license as for Ruby.

== Install 

    gem in rsec

== Doc

http://rsec.herokuapp.com

== Code

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