mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 21:55:26 +00:00
3 lines
105 B
Bash
3 lines
105 B
Bash
#!/bin/bash
|
|
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"
|
|
cspell ast/asdl_rs.py
|