X Tutup
The Wayback Machine - https://web.archive.org/web/20221007210420/https://github.com/python/cpython/tree/main/Parser
Skip to content
main
Switch branches/tags
cpython/Parser/
cpython/Parser/

Latest commit

Right now, the tokenizer only returns type and two pointers to the start and end of the token.
This PR modifies the tokenizer to return the type and set all of the necessary information,
so that the parser does not have to this.
cbf0afd

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
X Tutup