lexer_and_parser_definition.md: cleanup

This commit is contained in:
Yann Cébron 2016-11-18 13:38:50 +09:00
parent 2b8e505ea9
commit e08d28e550

View File

@ -15,7 +15,7 @@ Define */com/simpleplugin/Simple.flex* file with rules for our lexer.
### 4.2. Generate a lexer class
Now we can generate a lexer class via *JFlex Generator* from the context menu or via *⌘⇧G* shortcut on Simple.flex file.
Now we can generate a lexer class via *JFlex Generator* from the context menu on `Simple.flex` file.
The Grammar-Kit plugin uses JFlex lexer generation.
If you run it for the first time it will offer you to choose a folder to download the JFlex library and skeleton to.
Choose the project root directory.