Remove mention to lexer/parser refactoring
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
9a058edb05
commit
b51072bba8
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue