ammar/regexp_parser

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
lib/regexp_parser.rb6
A
0 mins
lib/regexp_parser/error.rb3
A
0 mins
lib/regexp_parser/expression.rb34
A
0 mins
lib/regexp_parser/expression/base.rb64
A
0 mins
lib/regexp_parser/expression/classes/alternation.rb7
A
0 mins
lib/regexp_parser/expression/classes/anchor.rb18
A
0 mins
lib/regexp_parser/expression/classes/backreference.rb59
A
0 mins
lib/regexp_parser/expression/classes/character_set.rb18
A
0 mins
lib/regexp_parser/expression/classes/character_set/intersection.rb8
A
0 mins
lib/regexp_parser/expression/classes/character_set/range.rb17
A
0 mins
lib/regexp_parser/expression/classes/character_type.rb16
A
0 mins
lib/regexp_parser/expression/classes/conditional.rb50
A
0 mins
lib/regexp_parser/expression/classes/escape_sequence.rb83
A
0 mins
lib/regexp_parser/expression/classes/free_space.rb15
A
0 mins
lib/regexp_parser/expression/classes/group.rb57
A
0 mins
lib/regexp_parser/expression/classes/keep.rb5
A
0 mins
lib/regexp_parser/expression/classes/literal.rb3
A
0 mins
lib/regexp_parser/expression/classes/posix_class.rb9
A
0 mins
lib/regexp_parser/expression/classes/root.rb9
A
0 mins
lib/regexp_parser/expression/classes/unicode_property.rb98
A
0 mins
lib/regexp_parser/expression/methods/construct.rb35
A
0 mins
lib/regexp_parser/expression/methods/human_name.rb41
A
0 mins
lib/regexp_parser/expression/methods/match.rb12
A
0 mins
lib/regexp_parser/expression/methods/negative.rb17
A
0 mins
lib/regexp_parser/expression/methods/options.rb30
A
0 mins
lib/regexp_parser/expression/methods/parts.rb19
A
0 mins
lib/regexp_parser/expression/sequence.rb23
A
0 mins
lib/regexp_parser/expression/sequence_operation.rb16
A
0 mins
lib/regexp_parser/expression/shared.rb82
A
0 mins
lib/regexp_parser/expression/subexpression.rb56
A
0 mins
lib/regexp_parser/scanner/errors/premature_end_error.rb7
A
0 mins
lib/regexp_parser/scanner/errors/scanner_error.rb4
A
0 mins
lib/regexp_parser/scanner/errors/validation_error.rb47
A
0 mins
lib/regexp_parser/syntax.rb9
A
0 mins
lib/regexp_parser/syntax/any.rb6
A
0 mins
lib/regexp_parser/syntax/base.rb100
A
0 mins
lib/regexp_parser/syntax/token.rb34
A
0 mins
lib/regexp_parser/syntax/token/anchor.rb13
A
0 mins
lib/regexp_parser/syntax/token/assertion.rb11
A
0 mins
lib/regexp_parser/syntax/token/backreference.rb23
A
0 mins
lib/regexp_parser/syntax/token/character_set.rb12
A
0 mins
lib/regexp_parser/syntax/token/character_type.rb13
A
0 mins
lib/regexp_parser/syntax/token/conditional.rb12
A
0 mins
lib/regexp_parser/syntax/token/escape.rb23
A
0 mins
lib/regexp_parser/syntax/token/group.rb18
A
0 mins
lib/regexp_parser/syntax/token/keep.rb10
A
0 mins
lib/regexp_parser/syntax/token/meta.rb16
A
0 mins
lib/regexp_parser/syntax/token/posix_class.rb14
A
0 mins
lib/regexp_parser/syntax/token/quantifier.rb29
A
0 mins
lib/regexp_parser/syntax/token/virtual.rb10
A
0 mins