-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dead links to the tokenizer's source code #1250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! It's not quite correct currently, however. The tokenizer was refactored into two new directories, Parser/lexer/
and Parser/tokenizer/
, in python/cpython#110684. The link here should point to one or both of those directories rather than token.c
.
@lysnikolaou, does this look okay to you? Should we be linking to both directories in these places, or just one of the two? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just change this one occurrence to point to the lexer, which contains the pure tokenization code. The following sentence makes more sense this way.
Thanks for the ping @AlexWaygood!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
token.c
hyperlink in compiler design
Fixed
token.c
hyperlink in compiler designtoken.c
file, which can be seen herecpython-devguide--1245.org.readthedocs.build/
📚 Documentation preview 📚: https://cpython-devguide--1250.org.readthedocs.build/