I have a really simple question. You know the formal grammar for Python at this link:
https://docs.python.org/3.4/reference/grammar.html
This suggests that it is a grammar that is given to the parser generator.
Which generator uses Python? Also, does it output Python code?
source
share