changed hyphens to en-dashes
This commit is contained in:
parent
1903ff4b16
commit
314bc0c525
|
|
@ -9,8 +9,8 @@ The bulk of the parser lives in the [libsyntax] crate.
|
|||
|
||||
Like most parsers, the parsing process is composed of two main steps,
|
||||
|
||||
- lexical analysis - turn a stream of characters into a stream of token trees
|
||||
- parsing - turn the token trees into an AST
|
||||
- lexical analysis – turn a stream of characters into a stream of token trees
|
||||
- parsing – turn the token trees into an AST
|
||||
|
||||
The `syntax` crate contains several main players,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue