We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b798679 commit 14776c6Copy full SHA for 14776c6
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
@@ -299,7 +299,7 @@ or parser so we'll need to add it.
299
}
300
301
In this set of code we've added some functionality on how to keep track of the
302
-line and column of the "source file". As we lex every token we set our current
+line and column of the "source file". As we lex every token we set our
303
current "lexical location" to the assorted line and column for the beginning
304
of the token. We do this by overriding all of the previous calls to
305
``getchar()`` with our new ``advance()`` that keeps track of the information
0 commit comments