summaryrefslogtreecommitdiff
path: root/lib/prism/translation/ruby_parser.rb
AgeCommit message (Expand)Author
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-12[ruby/prism] Frozen strings in the ASTKevin Newton
2024-12-16[ruby/prism] Fix up regression in ruby parser translationKevin Newton
2024-10-03[ruby/prism] Use `partial_script` for the parser translatorsEarlopain
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-08-28[PRISM] Field renamingKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-05-30[ruby/prism] Tests overhaulKevin Newton
2024-05-24[ruby/prism] Fix up ruby_parser string concatKevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Fix up ruby_parser interpolation concatenationKevin Newton
2024-05-13[ruby/prism] Rescue LoadError for ruby_parser as wellKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
2024-05-03[ruby/prism] Assume eval context for ruby_parser and ripperKevin Newton
2024-04-19[ruby/prism] Fix up ruby_parser translation for dstrKevin Newton
2024-03-25[ruby/prism] Use Sexp#line_max not Sexp#max_lineJustin Collins
2024-03-15[ruby/prism] Shareable constant nodesKevin Newton
2024-03-06[ruby/prism] Fix up linting in ripper translationKevin Newton
2024-02-12[ruby/prism] ruby_parser translatorKevin Newton