mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-06 19:58:50 +00:00
working
This commit is contained in:
parent
c9924fcc39
commit
269a9a98da
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue