lexer_and_parser_definition.md: missing '.'

This commit is contained in:
Yann Cébron 2020-04-14 15:37:35 +02:00
parent 0d5f136baf
commit c5cd7aa83e

View File

@ -4,7 +4,7 @@ title: 4. Lexer and Parser Definition
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
The lexical analyzer defines how the [contents of a file are broken into tokens](/reference_guide/custom_language_support/implementing_lexer.md), which is the basis for supporting custom language features. The lexical analyzer defines how the [contents of a file are broken into tokens](/reference_guide/custom_language_support/implementing_lexer.md), which is the basis for supporting custom language features.
The easiest way to create a lexer is to use [JFlex](https://jflex.de/) The easiest way to create a lexer is to use [JFlex](https://jflex.de/).
* bullet item * bullet item
{:toc} {:toc}