Add /fix_bootstrap.sh and run it due to reserved ast and _ast in recent python3
authorNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:14:07 +0000 (22:14 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:14:07 +0000 (22:14 +1100)
commit42898b382acae6819f287c4831fdbe3e1364ee6c
tree23bb43f5ccd22ec9e216c54eaf2c2114250cb367
parent3abee8ac0bbdb84ec3ffeb9654a241f9cb682d2d
Add /fix_bootstrap.sh and run it due to reserved ast and _ast in recent python3
20 files changed:
bootstrap_pilex/generate_flex.py
bootstrap_pilex/generate_py.py
bootstrap_pilex/lex_yy.py
bootstrap_pilex/parse.y
bootstrap_pilex/pilex.py
bootstrap_pilex/scan.l
bootstrap_pilex/xast.py [moved from bootstrap_pilex/ast.py with 98% similarity]
bootstrap_pilex/y_tab.py
bootstrap_piyacc/generate_bison.py
bootstrap_piyacc/generate_py.py
bootstrap_piyacc/lex_yy.py
bootstrap_piyacc/lex_yy_code.py
bootstrap_piyacc/lr1dfa.py
bootstrap_piyacc/parse-gram.y
bootstrap_piyacc/piyacc.py
bootstrap_piyacc/scan-code.l
bootstrap_piyacc/scan-gram.l
bootstrap_piyacc/xast.py [moved from bootstrap_piyacc/ast.py with 95% similarity]
bootstrap_piyacc/y_tab.py
fix_bootstrap.sh [new file with mode: 0755]