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 d1d6ce85e6
commit 7e50a6ab47
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
# 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
characters) and turn it into something the compiler can work with more
conveniently than strings. This happens in two stages: Lexing and Parsing.