Skip to content

Commit

Permalink
Remove mention to lexer/parser refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor authored and tshepang committed Mar 3, 2023
1 parent d1d6ce8 commit 7e50a6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/the-parser.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7e50a6a

Please sign in to comment.