In /ndcode/piyacc/generate_py.py, remove a workaround that set yylval, yylloc before...
authorNick Downing <nick@ndcode.org>
Mon, 25 Dec 2023 04:23:35 +0000 (15:23 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 25 Dec 2023 05:38:31 +0000 (16:38 +1100)
commite333a554680d97d6556b7d14096ebbcaa41b4c27
tree4fd86fc0e3e639789587ac0e62c58dfdd5d50e3f
parentbe91e307f14325e27cb654797923d068ca9ee98b
In /ndcode/piyacc/generate_py.py, remove a workaround that set yylval, yylloc before yychar = lex_yy.yylex(), as the relevant code is meant to match the yychar = lex_yy.yylex() call in the skeleton which doesn't have th workaround anymore
ndcode/piyacc/generate_py.py