Skip to content

Tag: grammar

What is NAME in the Python3 grammar specification

I wish to contribute to an open-source Python lexer. I’m looking at the official Python3 grammar specification: https://docs.python.org/3/reference/grammar.html However, there are a lot of references to ‘NAME’. For example: I know it’s something similar to an identifier but where can I…