From 8b601e11f4d9390cb4a73ae17703841055b1305f Mon Sep 17 00:00:00 2001 From: Olivier Duhart <1224790+b3b00@users.noreply.github.com> Date: Sun, 24 Oct 2021 09:12:02 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 004fbb65..decdb7b5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ See [Lexer](https://github.com/b3b00/csly/wiki/Lexer) for lexers definition and 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](https://github.com/b3b00/csly/wiki/defining-your-parser). -7 >### Be more confident that your parser will generate valid inputs and outputs. ### Expression parsing ###