We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9a17 commit b46fe59Copy full SHA for b46fe59
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