I’m using 3.10.4 and matchimg source code, under windows 10
Following the instructions in the python developer’s guide I want to generate a python parser to experiment with.
I get ths
H:.\peg_generator> python -m pegen python python.gram
TypeError: cannot unpack non-iterable NoneType object
For full traceback, use -v
adding -v gives me a lot of unhelpful output and no insight.
John