Remove mention to lexer/parser refactoring
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
77e9a17a1d
commit
b46fe5900b
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue