issues
search
ammar
/
regexp_parser
A regular expression parser library for Ruby
MIT License
144
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update scanner.rl to not treat lookbehinds with literal `>` characters as named groups
#94
dvandersluis
closed
3 days ago
0
Lookbehind containing `>` character is parsed as a named group
#93
dvandersluis
closed
3 days ago
3
Fix typos
#92
tagliala
closed
6 months ago
1
Opt-in for MFA requirement explicitly
#91
tagliala
closed
6 months ago
6
Use `require_relative` in the Regexp::Parser codebase
#90
koic
closed
6 months ago
1
2.9.0 gem not found
#89
muripic
closed
10 months ago
3
Regexp accepted but rejected by regexp_parser
#88
mbj
closed
1 year ago
2
Regexp accepted by ruby but rejected by regexp_parser
#87
mbj
closed
1 year ago
2
Octal escape sequences not parsed from character classes
#86
rwstauner
closed
1 year ago
2
Fail to parse negative lookbehind with closing angle bracket
#85
serch
closed
2 years ago
2
Possible feature incompatibility with Ruby versions.
#84
mbj
closed
2 years ago
2
Question: Corpus test?
#83
mbj
closed
2 years ago
4
New release with the YAML parsing changes
#82
dee-see
closed
2 years ago
2
Add Ruby 3.0 to CI matrix
#81
ybiquitous
closed
3 years ago
2
Missing constant in v2.1.0
#80
jaredcwhite
closed
3 years ago
9
Should have basic rubocop linting
#79
jaynetics
closed
3 years ago
1
Misc. cleanup
#78
dgollahon
closed
3 years ago
1
Support `#to_s` on frozen Group::Passive
#77
dgollahon
closed
3 years ago
5
Multi-byte named capture groups do not parse
#76
dgollahon
closed
3 years ago
2
`regexp_parser` rejects `/\xA/` but MRI accepts it
#75
dgollahon
closed
3 years ago
2
incompatible character encodings when calling `.to_s` on tree parsed from single regex
#74
michaelglass
closed
4 years ago
1
Provide character- instead of byte-based indices ...
#73
jaynetics
closed
4 years ago
0
Use of byte index vs. character index
#72
knu
closed
4 years ago
3
Don't modify range for Ruby 2.7+
#71
twalpole
closed
4 years ago
1
Misses special characters after bare `#` (e.g. `/#(\d+)/`)
#70
Tietew
closed
4 years ago
2
Add simple handling/workaround for chained quantifiers
#69
jaynetics
closed
4 years ago
0
Allow options to be passed when processing a String pattern
#68
owst
closed
4 years ago
5
Allow no-whitespace and single-line comments (#66)
#67
owst
closed
4 years ago
1
Mishandled comments with extended mode regexp?
#66
owst
closed
4 years ago
2
Failure to parse `\g`
#65
marcandre
closed
4 years ago
4
Support informal delimiter literals
#64
ammar
closed
4 years ago
2
Rethink fallbacks for formally incorrect grammar
#63
zverok
closed
4 years ago
4
Make traverse/each_expression to return an Enumerator if they're called without a block
#62
pocke
closed
4 years ago
3
Implement the visitor pattern
#61
camertron
opened
5 years ago
3
Migrate to RSpec
#60
jaynetics
closed
5 years ago
0
Fails to parse lone opening brace
#59
mvz
closed
5 years ago
3
GitHub is HTTPS by default
#58
amatsuda
closed
6 years ago
1
Eliminate "warning: assigned but unused variable - testEof"
#57
amatsuda
closed
6 years ago
2
Improve unicode property tokens
#56
jaynetics
closed
6 years ago
1
Improve set handling
#55
jaynetics
closed
6 years ago
2
Ruby 2.3.7 support
#54
JasonBarnabe
closed
6 years ago
3
Automatically support new rubies, specify only versions with changes
#53
jaynetics
closed
6 years ago
8
Ruby 2.4.4 Not Supported
#52
bobziuchkovski
closed
6 years ago
8
Ruby 2.5.0 support
#51
jerryjohnjacob
closed
6 years ago
1
Support ruby 2.5.0
#50
ammar
closed
6 years ago
1
Support ruby 2.5.0
#49
ammar
closed
6 years ago
3
Ruby 2.4.3 raising errors
#48
aselder
closed
6 years ago
1
Overhaul of Set#members needed
#47
jaynetics
closed
6 years ago
3
Instantiate Scanner/Lexer/Parser to isolate their ivars, fixes #45
#46
jaynetics
closed
7 years ago
2
regexp_parser is not thread-safe
#45
jaynetics
closed
7 years ago
0
Next