summaryrefslogtreecommitdiff
path: root/lib/prism/translation
AgeCommit message (Expand)Author
2024-03-06[ruby/prism] Implement hash patterns for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement multi target nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement lambdas for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement target nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement for loop for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement endless methods for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement find pattern for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement case/in for ripper translationKevin Newton
2024-03-06[ruby/prism] Add constant path ripper translationKevin Newton
2024-03-06[ruby/prism] Implement def for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement if/unless for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement regular expressions for ripper translationKevin Newton
2024-03-06[ruby/prism] Start tracking failing fixtures in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement case/when for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement sclass for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement next for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement module for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement remaining interpolated nodes in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement classes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement local variable targets in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement hashes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement even more ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement so many ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement pre and post execution nodes for ripperKevin Newton
2024-03-06[ruby/prism] Implement even more ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement many more visitor methods for ripperKevin Newton
2024-03-06[ruby/prism] Add stubs for remaining ripper visit methodsKevin Newton
2024-03-06[ruby/prism] Reconsolidate ripper filesKevin Newton
2024-03-06[ruby/prism] Deprecate `TargetRubyVersion: 80_82_73_83_77.xx`Koichi ITO
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-03-04[ruby/prism] Update lib/prism/translation/parser/compiler.rbKevin Newton
2024-03-04[ruby/prism] Fix incompatibility AST for regexp match in `Prism::Translation:...Koichi ITO
2024-03-04[ruby/prism] Fix up some minor parser incompatibilitiesKevin Newton
2024-02-29[ruby/prism] Resync RBI and test it in CIKevin Newton
2024-02-29[ruby/prism] Fix an incorrect parsing for `Prism::Translation::Parser`Koichi ITO
2024-02-27[ruby/prism] Follow RuboCop's parser engine supportKoichi ITO
2024-02-26[ruby/prism] Fix xstring heredoc parser translatorKevin Newton
2024-02-26[ruby/prism] Fix parser translator for pinned expressionKevin Newton
2024-02-26[ruby/prism] Handle negated numeric in parser translationKevin Newton
2024-02-21[ruby/prism] Allow skipping warnings as needed, and pass a reason through to ...Noah Gibbs
2024-02-21[ruby/prism] Update lib/prism/translation/parser.rbNoah Gibbs
2024-02-21[ruby/prism] Translation::Parser should process warnings, not just errorsNoah Gibbs
2024-02-16[ruby/prism] Fix block_pass for []=Kevin Newton
2024-02-16[ruby/prism] More rescue and ensure; constant handlingNoah Gibbs
2024-02-16[ruby/prism] Move visit methods into a Ripper CompilerNoah Gibbs
2024-02-16[ruby/prism] Fix lexing of `foo!` when it's a first thing to parseMax Prokopiev
2024-02-15[ruby/prism] Speed up creating Ruby ASTKevin Newton
2024-02-15[ruby/prism] Fix up invalid syntaxKevin Newton
2024-02-15[ruby/prism] Handle more aliases. Better testing of prism ripper CLI and a te...Noah Gibbs
2024-02-15[ruby/prism] Support multi-versioning for `Prism::Translation::Parser`Koichi ITO