Skip to content

Commit b46fe59

Browse files
JohnTitortshepang
authored andcommitted
Remove mention to lexer/parser refactoring
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 77e9a17 commit b46fe59

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)