We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25fe5e + fc98e5f commit 399d008Copy full SHA for 399d008
docs/_docs/reference/changed-features/compiler-plugins.md
@@ -18,7 +18,7 @@ For experimentation and research, Scala 3 introduces _research plugin_. Research
18
are more powerful than Scala 2 analyzer plugins as they let plugin authors customize
19
the whole compiler pipeline. One can easily replace the standard typer by a custom one or
20
create a parser for a domain-specific language. However, research plugins are only
21
-enabled with the `-experimental` compiler flag or in nightly/snapshot releases of Scala 3.
+enabled for nightly or snaphot releases of Scala 3.
22
23
Common plugins that add new phases to the compiler pipeline are called
24
_standard plugins_ in Scala 3. In terms of features, they are similar to
0 commit comments