Metadata


Name
regexp_parser
Version
0.1.6
Platform
ruby
Authors
Ammar Ali
Bindir
bin
Date
2014-10-06 00:00:00 UTC
Description
A library for tokenizing, lexing, and parsing Ruby regular expressions.
Email
ammarabuali@gmail.com
Files
ChangeLog
LICENSE
README.md
Rakefile
VERSION.yml
lib/regexp_parser.rb
lib/regexp_parser/ctype.rb
lib/regexp_parser/expression.rb
lib/regexp_parser/expression/classes/alternation.rb
lib/regexp_parser/expression/classes/anchor.rb
lib/regexp_parser/expression/classes/backref.rb
lib/regexp_parser/expression/classes/escape.rb
lib/regexp_parser/expression/classes/group.rb
lib/regexp_parser/expression/classes/literal.rb
lib/regexp_parser/expression/classes/property.rb
lib/regexp_parser/expression/classes/root.rb
lib/regexp_parser/expression/classes/set.rb
lib/regexp_parser/expression/classes/type.rb
lib/regexp_parser/expression/quantifier.rb
lib/regexp_parser/expression/subexpression.rb
lib/regexp_parser/lexer.rb
lib/regexp_parser/parser.rb
lib/regexp_parser/scanner.rb
lib/regexp_parser/scanner/property.rl
lib/regexp_parser/scanner/scanner.rl
lib/regexp_parser/syntax.rb
lib/regexp_parser/syntax/ruby/1.8.6.rb
lib/regexp_parser/syntax/ruby/1.8.7.rb
lib/regexp_parser/syntax/ruby/1.8.rb
lib/regexp_parser/syntax/ruby/1.9.1.rb
lib/regexp_parser/syntax/ruby/1.9.2.rb
lib/regexp_parser/syntax/ruby/1.9.3.rb
lib/regexp_parser/syntax/ruby/1.9.rb
lib/regexp_parser/syntax/ruby/2.0.0.rb
lib/regexp_parser/syntax/ruby/2.0.rb
lib/regexp_parser/syntax/ruby/2.1.0.rb
lib/regexp_parser/syntax/ruby/2.1.2.rb
lib/regexp_parser/syntax/ruby/2.1.3.rb
lib/regexp_parser/syntax/ruby/2.1.rb
lib/regexp_parser/syntax/tokens.rb
lib/regexp_parser/syntax/tokens/anchor.rb
lib/regexp_parser/syntax/tokens/assertion.rb
lib/regexp_parser/syntax/tokens/backref.rb
lib/regexp_parser/syntax/tokens/character_set.rb
lib/regexp_parser/syntax/tokens/character_type.rb
lib/regexp_parser/syntax/tokens/escape.rb
lib/regexp_parser/syntax/tokens/group.rb
lib/regexp_parser/syntax/tokens/meta.rb
lib/regexp_parser/syntax/tokens/quantifier.rb
lib/regexp_parser/syntax/tokens/unicode_property.rb
lib/regexp_parser/token.rb
test/expression/test_all.rb
test/expression/test_base.rb
test/expression/test_clone.rb
test/expression/test_to_s.rb
test/helpers.rb
test/lexer/test_all.rb
test/lexer/test_literals.rb
test/lexer/test_nesting.rb
test/lexer/test_refcalls.rb
test/parser/test_all.rb
test/parser/test_alternation.rb
test/parser/test_anchors.rb
test/parser/test_errors.rb
test/parser/test_escapes.rb
test/parser/test_groups.rb
test/parser/test_properties.rb
test/parser/test_quantifiers.rb
test/parser/test_refcalls.rb
test/parser/test_sets.rb
test/scanner/test_all.rb
test/scanner/test_anchors.rb
test/scanner/test_errors.rb
test/scanner/test_escapes.rb
test/scanner/test_groups.rb
test/scanner/test_literals.rb
test/scanner/test_meta.rb
test/scanner/test_properties.rb
test/scanner/test_quantifiers.rb
test/scanner/test_refcalls.rb
test/scanner/test_scripts.rb
test/scanner/test_sets.rb
test/scanner/test_types.rb
test/syntax/ruby/test_1.8.rb
test/syntax/ruby/test_1.9.1.rb
test/syntax/ruby/test_1.9.3.rb
test/syntax/ruby/test_2.x.rb
test/syntax/ruby/test_all.rb
test/syntax/test_all.rb
test/test_all.rb
Homepage
http://github.com/ammar/regexp_parser
Licenses
MIT
Metadata
{"issue_tracker"=>"https://github.com/ammar/regexp_parser/issues"}
Rdoc options
--inline-source
--charset=UTF-8
Require paths
lib
Required ruby version
>= 1.8.7
Required rubygems version
>= 0
Rubygems version
2.0.6
Specification version
4
Summary
Scanner, lexer, parser for ruby's regular expressions
Test files
test/expression/test_all.rb
test/expression/test_base.rb
test/expression/test_clone.rb
test/expression/test_to_s.rb
test/helpers.rb
test/lexer/test_all.rb
test/lexer/test_literals.rb
test/lexer/test_nesting.rb
test/lexer/test_refcalls.rb
test/parser/test_all.rb
test/parser/test_alternation.rb
test/parser/test_anchors.rb
test/parser/test_errors.rb
test/parser/test_escapes.rb
test/parser/test_groups.rb
test/parser/test_properties.rb
test/parser/test_quantifiers.rb
test/parser/test_refcalls.rb
test/parser/test_sets.rb
test/scanner/test_all.rb
test/scanner/test_anchors.rb
test/scanner/test_errors.rb
test/scanner/test_escapes.rb
test/scanner/test_groups.rb
test/scanner/test_literals.rb
test/scanner/test_meta.rb
test/scanner/test_properties.rb
test/scanner/test_quantifiers.rb
test/scanner/test_refcalls.rb
test/scanner/test_scripts.rb
test/scanner/test_sets.rb
test/scanner/test_types.rb
test/syntax/ruby/test_1.8.rb
test/syntax/ruby/test_1.9.1.rb
test/syntax/ruby/test_1.9.3.rb
test/syntax/ruby/test_2.x.rb
test/syntax/ruby/test_all.rb
test/syntax/test_all.rb
test/test_all.rb
Original platform
ruby
New platform
ruby