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.
1 parent 16fad15 commit 2c77fffCopy full SHA for 2c77fff
_overviews/compiler-options/index.md
@@ -122,6 +122,10 @@ scalacOptions ++= Seq(
122
### Compilation Phases
123
124
<dl class="definition-list">
125
+<!--
126
+ Generated with GNU sed:
127
+ scalac -Vphases | tail -n+3 | sed -rn 's|^\s*([a-z]+)\s+[0-9]+\s+([a-z@].+)$|<dt>\1</dt>\n<dd>\2</dd>\n|p'
128
+-->
129
<dt>parser</dt>
130
<dd>parse source into ASTs, perform simple desugaring</dd>
131
0 commit comments