Maybe I am doing something wrong. I fetched the 3.10 alpha release, made a simple edit to line 93 in Grammer.
pass_stmt: 'pass' | 'proceed'
Ran:
>build.bat -d --regen
Successfully compiles with:
warning : Pegen updated. You will need to rebuild pythoncore to see the changes.
So I run:
> build.bat -d
But after all this I still get the runtime Name error that 'proceed' is not defined.
I have tried build.bat -t:cCleanAll bit it still does not work.
Are there some extra steps with the new PEG parser?