FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RustPython-parser/scripts/update_asdl.sh at main · youknowone/RustPython-parser · GitHub
youknowone
/
RustPython-parser
Public
forked from
RustPython/Parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
RustPython-parser
/
scripts
/
update_asdl.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (6 loc) · 359 Bytes
Breadcrumbs
RustPython-parser
/
scripts
/
update_asdl.sh
Copy path
File metadata and controls
executable file
·
8 lines (6 loc) · 359 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/bash
set
-e
cd
"
$(
dirname
"
$(
dirname
"
$0
"
)
"
)
"
#
rm ast/src/gen/*.rs
python ast/asdl_rs.py --ast-dir ast/src/gen/ --parser-dir parser/src/gen/ --ast-pyo3-dir ast-pyo3/src/gen/ --module-file ../RustPython/vm/src/stdlib/ast/gen.rs ast/Python.asdl
rustfmt ast/src/gen/
*
.rs parser/src/gen/
*
.rs ast-pyo3/src/gen/
*
.rs ../RustPython/vm/src/stdlib/ast/gen.rs
Back
|
FazBrowse Home
|
New Git URL