summaryrefslogtreecommitdiff
path: root/test/prism
AgeCommit message (Expand)Author
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] 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] Reconsolidate ripper filesKevin Newton
2024-03-04[ruby/prism] Warnings for tokens at EOLKevin Newton
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-03-04[ruby/prism] Fix up some minor parser incompatibilitiesKevin Newton
2024-02-29[ruby/prism] Warn on integers in flip-flopsKevin Newton
2024-02-29[ruby/prism] Command line options as a bitsetKevin 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] Ensure symbol nodes not in interpolated symbolKevin Newton
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-26[ruby/prism] Fix multi write with modifier rescueKevin Newton
2024-02-23[ruby/prism] Convert pm_integer_t to stringsKevin Newton
2024-02-23[ruby/prism] Factor in sign to integer comparisonKevin Newton
2024-02-23[ruby/prism] Duplicated when clausesKevin Newton
2024-02-23[ruby/prism] Duplicated hash keysKevin Newton
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-22[ruby/prism] Parse numeric valuesKevin Newton
2024-02-21[ruby/prism] Support ItParametersNodeKevin Newton
2024-02-21[ruby/prism] Translation::Parser should process warnings, not just errorsNoah Gibbs
2024-02-20Workaround for `Prism::ParseTest#test_filepath` for "unparser/corpus/literal/...yui-knk
2024-02-20Skip `test_filepath` of "unparser/corpus/literal/def.txt"yui-knk
2024-02-18[ruby/prism] Account for encoding in regexp named capturesKevin Newton