RustPython-Parser/scripts/cspell.sh
2023-05-10 18:05:39 +09:00

3 lines
105 B
Bash

#!/bin/bash
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"
cspell ast/asdl_rs.py