Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 authored Oct 24, 2021
1 parent c88b163 commit 2304b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit 2304b7d

Please sign in to comment.