Earlopain ab8b199be8 [ruby/prism] Add Prism::Translation::ParserCurrent
It's not my favorite api but for users that currently use the same thing
from `parser`, moving over is more difficult
than it needs to be.

If you plan to support both old and new ruby versions, you definitly need to
branch somewhere on the ruby version
to either choose prism or parser.
But with prism you then need to enumerate all the versions again and choose the correct one.

Also, don't recommend to use `Prism::Translation::Parser` in docs. It's version-less
but actually always just uses Ruby 3.4 which is probably
not what the user intended.

Note: parser also warns when the patch version doesn't match what it expects. But I don't think prism has such a concept,
and anyways it would require releases anytime ruby releases, which I don't think is very desirable

https://github.com/ruby/prism/commit/77177f9e92
2025-03-20 21:20:23 +00:00
..
2025-02-27 13:32:32 +09:00
2024-11-07 02:26:50 +00:00
2024-11-01 05:04:32 +00:00
2025-01-14 15:34:17 +09:00
2024-11-06 08:37:52 +00:00
2024-11-12 11:53:01 +09:00
2024-12-02 08:28:58 +09:00
2024-12-13 00:50:02 +00:00
2024-11-08 03:54:21 +00:00
2024-11-18 04:28:47 +00:00
2024-12-16 03:53:22 +00:00
2024-12-17 06:47:52 +00:00
2024-03-28 11:44:45 +09:00
2024-11-06 07:32:52 +00:00