Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luikore/rsec
Parser / Regexp Combinator For Ruby
https://github.com/luikore/rsec
Last synced: 14 days ago
JSON representation
Parser / Regexp Combinator For Ruby
- Host: GitHub
- URL: https://github.com/luikore/rsec
- Owner: luikore
- License: other
- Created: 2010-02-14T10:52:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T07:18:53.000Z (over 3 years ago)
- Last Synced: 2024-09-19T23:12:47.875Z (about 2 months ago)
- Language: JavaScript
- Homepage: rsec.herokuapp.com
- Size: 245 KB
- Stars: 76
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: readme.rdoc
- License: license.txt
Awesome Lists containing this project
- awesome-combinator-parsers - rsec
README
== 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