Skip to content

Commit 7e50a6a

Browse files
JohnTitortshepang
authored andcommitted
Remove mention to lexer/parser refactoring
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent d1d6ce8 commit 7e50a6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/the-parser.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Lexing and Parsing
22

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

0 commit comments

Comments
 (0)