summaryrefslogtreecommitdiff
path: root/lib/prism/translation/ripper.rb
AgeCommit message (Expand)Author
2024-03-06[ruby/prism] Tilde heredocs for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement call shorthand for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up multi write parentheses in ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up body semicolon finding in ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up backtick events on ripper translationKevin Newton
2024-03-06[ruby/prism] Implement ternaries in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement character literals for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix empty strings for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up yield arguments in ripper translationKevin Newton
2024-03-06[ruby/prism] Consolidate semicolon checking in ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up else in implicit begin for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up return node for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement special array literals for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up lambda ripper translationKevin Newton
2024-03-06[ruby/prism] Implement singleton methods for ripper translationKevin Newton
2024-03-06[ruby/prism] Consolidate body node visiting in ripper translationKevin Newton
2024-03-06[ruby/prism] Fix up forwarding arguments for ripper translationKevin Newton
2024-03-06[ruby/prism] Unary not for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement fields for ripper translationKevin Newton
2024-03-06[ruby/prism] Revisit call nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix implementation of [] and []= for ripper translationKevin Newton
2024-03-06[ruby/prism] Refactor symbol ripper translationKevin Newton
2024-03-06[ruby/prism] Implement super for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement other call nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement index nodes for ripper translationKevin Newton
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