fix readme

This commit is contained in:
Loïc Riegel 2025-04-12 23:32:01 +02:00
parent 885b87a842
commit dbc8da1f17

View File

@ -10,7 +10,7 @@ head1 arg1 arg2 | head2
## Lexing
The first job of the parser is to a lexical analysis to find where the tokens start and end in the input. This turns the above into:
The first job of the parser is to perform a lexical analysis to find where the tokens start and end in the input. This turns the above into:
```text
<item: "head1">, <item: "arg1">, <item: "arg2">, <pipe>, <item: "head2">