This commit is contained in:
Jeong YunWon 2023-05-15 18:03:34 +09:00
parent c9924fcc39
commit 269a9a98da
2 changed files with 5 additions and 2 deletions

View file

@ -3,5 +3,5 @@ set -e
cd "$(dirname "$(dirname "$0")")"
python ast/asdl_rs.py --ast-dir ast/src/gen/ --module-file ../RustPython/vm/src/stdlib/ast/gen.rs ast/Python.asdl
rustfmt ast/src/gen/*.rs ../RustPython/vm/src/stdlib/ast/gen.rs
python ast/asdl_rs.py ast/Python.asdl --ast-dir ast/src/gen/ --module-file ../RustPython/vm/src/stdlib/ast/gen.rs --pyo3-dir parser-pyo3/src/gen/
rustfmt ast/src/gen/*.rs ../RustPython/vm/src/stdlib/ast/gen.rs