grammar_and_parser.md: cleanup

This commit is contained in:
Yann Cébron 2022-09-07 17:12:56 +02:00
parent 1cfbe8279f
commit f6b00c94d3

View File

@ -67,7 +67,7 @@ Note that the `SimpleTypes` class in the `elementTypeHolderClass` attribute abov
Now that the grammar is defined, generate a parser with PSI classes via <control>Generate Parser Code</control> from the context menu on the <path>Simple.bnf</path> file.
This step generates a parser and PSI elements in the <path>/src/main/gen</path> folder of the project.
> [Gradle Grammar-Kit Plugin](tools_gradle_grammar_kit_plugin.md) can be used alternatively.
> [](tools_gradle_grammar_kit_plugin.md) can be used alternatively.
>
{type="tip"}