Remove mention to lexer/parser refactoring

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2023-03-03 23:43:24 +09:00 committed by Tshepang Mbambo
parent 77e9a17a1d
commit b46fe5900b
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
# Lexing and Parsing # Lexing and Parsing
As of <!-- date-check --> January 2021, the lexer and parser are undergoing
refactoring to allow extracting them into libraries.
The very first thing the compiler does is take the program (in Unicode The very first thing the compiler does is take the program (in Unicode
characters) and turn it into something the compiler can work with more characters) and turn it into something the compiler can work with more
conveniently than strings. This happens in two stages: Lexing and Parsing. conveniently than strings. This happens in two stages: Lexing and Parsing.