mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
lexer_and_parser_definition.md: missing '.'
This commit is contained in:
parent
0d5f136baf
commit
c5cd7aa83e
@ -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. -->
|
||||
|
||||
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
|
||||
{:toc}
|
||||
|
Loading…
x
Reference in New Issue
Block a user