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:14 +0000 (22:14 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:14:14 +0000 (22:14 +1100)
commite2667981e87cee9e878ba62ee5a91bd798074e64
tree030c6bd1aa488d5c1cc71500ddfefb166e3d0781
parent0dee319e25626d529bd2db9a4bc9236741e4a5fc
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]