From 2304b7d627baee2ae08c6889c57498eb98e204a8 Mon Sep 17 00:00:00 2001 From: Olivier Duhart <1224790+b3b00@users.noreply.github.com> Date: Sun, 24 Oct 2021 09:11:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b6e4769..004fbb65 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ See [Lexer](https://github.com/b3b00/csly/wiki/Lexer) for lexers definition and ### Fully and Strictly typed ### Csly is strictly typed, so every parser you define renders according to its input and output types. - For additional details on parser typing, head to the [parser definition section](defining-your-parser). - + For additional details on parser typing, head to the [parser definition section](https://github.com/b3b00/csly/wiki/defining-your-parser). +7 >### Be more confident that your parser will generate valid inputs and outputs. ### Expression parsing ###