issues
search
seattlerb
/
ruby_parser
ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
http://www.zenspider.com/projects/ruby_parser.html
476
stars
100
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for comments inside ERB
#345
johansenja
closed
5 months ago
1
Various complicated syntax deviations
#344
kddnewton
opened
9 months ago
3
Create a GitHub Actions workflow to run tests
#343
torrocus
closed
10 months ago
6
Add Ruby 3.3.0 support
#342
torrocus
closed
10 months ago
5
Make racc an explicit runtime dependency
#341
wildmaples
closed
10 months ago
3
Update minimum version of sexp_processor
#340
pravi
closed
1 year ago
3
Argument Forwarding without Parenthesis
#339
eric1234
closed
1 year ago
4
Anonymous argument passing (Ruby-3.2 support)
#338
agrobbin
closed
1 year ago
2
Please document how to run tests
#337
pravi
opened
1 year ago
2
Many tests are failing with 3.20 (passed with 3.19 in same environment)
#336
pravi
closed
1 year ago
9
Cannot obtain super B of A
#335
n1ec
closed
1 year ago
6
Release with 3.2 support
#334
sebfie
closed
1 year ago
2
Fix dsym unescaping
#333
mvz
closed
2 years ago
1
Fix dedenting when heredoc has only empty line and interpolation
#332
mvz
closed
2 years ago
1
Add comments to endless defn and defs
#331
mvz
closed
2 years ago
1
End line number not working correctly
#330
lucianoruizmo
closed
2 years ago
5
Parentheses can be omitted in one-line pattern matching (Ruby-3.1 support)
#329
ojab
closed
2 years ago
1
Parenthesisless method calls in endless method definitions (Ruby-3.1 support)
#328
ojab
closed
2 years ago
1
Add support for Ruby 3.1.0
#327
mnin
closed
2 years ago
1
Hash value ommission (Ruby-3.1 support)
#326
ojab
closed
2 years ago
1
Anonymous block forwarding (Ruby-3.1 support)
#325
ojab
closed
2 years ago
1
add license file to repository
#324
Segaja
closed
3 years ago
0
Fixes endless method with noargs
#323
mitsuru
closed
3 years ago
1
Fix heredoc dedenting in the presence of empty lines
#322
mvz
closed
3 years ago
2
Ruby 3.0 argument forwarding does not parse
#321
mildred
closed
3 years ago
2
Ruby 3.0 "endless" methods are not parsed
#320
mildred
closed
3 years ago
5
RubyParser::V30 undefined
#319
mepatterson
closed
3 years ago
2
Gemspec?
#318
mvastola
closed
3 years ago
5
Use a current version of Rake
#317
presidentbeef
closed
3 years ago
2
First cut at supporting argument forwarding
#316
presidentbeef
closed
3 years ago
4
Parse error in method call caused by a line commented
#315
mildred
closed
3 years ago
2
Update minimum version of sexp_processor
#314
pravi
closed
3 years ago
2
Ruby 3: Extracting a sub part of Sexp returns an array instead of a Sexp
#313
swiknaba
closed
3 years ago
2
Bumped require_ruby_version to < 4 (trunk = 3.1)
#312
casperisfine
closed
3 years ago
1
Does not parse new argument delegation syntax introduced in Ruby 2.7
#311
orien
closed
3 years ago
11
Parsing comments
#310
jrperron88-zz
closed
3 years ago
2
parse error on value ".." (tDOT2) when it comes before a number in an infinite range
#309
mashedkeyboard
closed
3 years ago
11
Pattern matching / Ruby 2.7 support
#308
dansteele
closed
3 years ago
11
Fix an error related to empty ensure bodies
#307
presidentbeef
closed
4 years ago
1
NoMethodError: undefined method `line' for nil:NilClass
#306
thrgamon
closed
4 years ago
3
Allow processing of string literals with invalid encoding
#305
gmcgibbon
closed
4 years ago
2
Parse interpolation in heredocs like strings
#304
presidentbeef
closed
4 years ago
2
Fails to parse dxstr with exctly one evstr when passed as sole argument to function
#303
danini-the-panini
closed
4 years ago
5
Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT
#302
nijikon
closed
4 years ago
5
Set line number when creating new dxstr
#301
presidentbeef
closed
5 years ago
1
ArgumentError on valid Ruby in ruby_parser 3.14.0
#300
JacobEvelyn
closed
5 years ago
1
Failing to parse string interpolation using `%Q\0` and a trailing `\n`
#299
spohlenz
closed
5 years ago
1
What are the supported Ruby version on the ruby_parser?
#298
DamirSvrtan
closed
5 years ago
5
Fix line numbering for method arguments without parentheses
#297
mvz
closed
5 years ago
1
masgn w/ multiple splats doesn't parse
#296
zenspider
closed
4 years ago
4
Next