We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d6ce8 commit 7e50a6aCopy full SHA for 7e50a6a
src/the-parser.md
@@ -1,8 +1,5 @@
1
# Lexing and Parsing
2
3
-As of <!-- date-check --> January 2021, the lexer and parser are undergoing
4
-refactoring to allow extracting them into libraries.
5
-
6
The very first thing the compiler does is take the program (in Unicode
7
characters) and turn it into something the compiler can work with more
8
conveniently than strings. This happens in two stages: Lexing and Parsing.
0 commit comments