diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-17 10:59:57 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-17 10:59:57 +1100 |
commit | a68c75468812859633814e90207faec1a361778e (patch) | |
tree | 044594c9f228e3ca4c5eafa36e2ee7e11872dbbb /py/objsingleton.c | |
parent | 98b3072da58b9d8f6c054ab40703abea7bbe7018 (diff) | |
download | micropython-a68c75468812859633814e90207faec1a361778e.tar.gz micropython-a68c75468812859633814e90207faec1a361778e.zip |
py/lexer: Move check for keyword to name-tokenising block.
Keywords only needs to be searched for if the token is a MP_TOKEN_NAME, so
we can move the seach to the part of the code that does the tokenising for
MP_TOKEN_NAME.
Diffstat (limited to 'py/objsingleton.c')
0 files changed, 0 insertions, 0 deletions