Metadata


Name
regexp_parser
Version
0.1.0
Platform
ruby
Authors
Ammar Ali
Bindir
bin
Date
2010-10-01 00:00:00 UTC
Description
A library for tokenizing, lexing, and parsing Ruby regular expressions.
Email
ammarabuali@gmail.com
Extra rdoc files
ChangeLog
LICENSE
README.rdoc
Files
ChangeLog
LICENSE
README.rdoc
Rakefile
lib/regexp_parser.rb
lib/regexp_parser/ctype.rb
lib/regexp_parser/expression.rb
lib/regexp_parser/expression/property.rb
lib/regexp_parser/expression/set.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/tokens.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_expression.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_all.rb
test/syntax/test_all.rb
test/test_all.rb
Has rdoc
true
Homepage
http://github.com/ammar/regexp_parser
Rdoc options
--inline-source
--charset=UTF-8
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 1.3.7
Rubyforge project
regexp_parser
Rubygems version
1.3.7
Specification version
3
Summary
Scanner, lexer, parser for ruby's regular expressions
Test files
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_expression.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_all.rb
test/syntax/test_all.rb
test/test_all.rb
Original platform
ruby
New platform
ruby