We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca1bbc + bf79ef2 commit 71432afCopy full SHA for 71432af
1 file changed
docs/parser_translation.md
@@ -20,6 +20,9 @@ Prism::Translation::ParserCurrent.parse("puts 'Hello World!'")
20
21
All the parsers are autoloaded, so you don't have to worry about requiring them yourself.
22
23
+If you also need to parse Ruby versions below 3.3 (which `prism` has no support for), check out
24
+[this guide](https://github.com/whitequark/parser/blob/master/doc/PRISM_TRANSLATION.md) from the `parser` gem on how to use both in conjunction.
25
+
26
### RuboCop
27
28
Prism as a parser engine is directly supported since RuboCop 1.62.
0 commit comments