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:13:57 +0000 (22:13 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:13:57 +0000 (22:13 +1100)
commit4b65151d28c8730e68a9433a67afd16c10ca9627
treecd4cdbecf27ac8de9e9e4005c8cbceef9a97e89c
parent6bb2199d9f7aa8c28084f0acddbdd1828808a82f
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]