forked from Rust-related/RustPython
reorganize compiler crates
This commit is contained in:
@@ -3,5 +3,5 @@ set -e
|
||||
|
||||
cd "$(dirname "$(dirname "$0")")"
|
||||
|
||||
python ast/asdl_rs.py -D ast/src/ast_gen.rs -M vm/src/stdlib/ast/gen.rs ast/Python.asdl
|
||||
rustfmt ast/src/ast_gen.rs vm/src/stdlib/ast/gen.rs
|
||||
python compiler/ast/asdl_rs.py -D compiler/ast/src/ast_gen.rs -M vm/src/stdlib/ast/gen.rs compiler/ast/Python.asdl
|
||||
rustfmt compiler/ast/src/ast_gen.rs vm/src/stdlib/ast/gen.rs
|
||||
|
||||
Reference in New Issue
Block a user