diff --git a/src/the-parser.md b/src/the-parser.md index 0d37704e8..f0436350a 100644 --- a/src/the-parser.md +++ b/src/the-parser.md @@ -1,8 +1,5 @@ # Lexing and Parsing -As of 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.