mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 10:49:55 +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
|