From c5cd7aa83e9cd996da2ed014e090d8536644b9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 14 Apr 2020 15:37:35 +0200 Subject: [PATCH] lexer_and_parser_definition.md: missing '.' --- .../custom_language_support/lexer_and_parser_definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/custom_language_support/lexer_and_parser_definition.md b/tutorials/custom_language_support/lexer_and_parser_definition.md index bf061bc4c..52e528b65 100644 --- a/tutorials/custom_language_support/lexer_and_parser_definition.md +++ b/tutorials/custom_language_support/lexer_and_parser_definition.md @@ -4,7 +4,7 @@ title: 4. Lexer and Parser Definition 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}