spell check ast/asdl_rs.py

This commit is contained in:
Jeong YunWon 2023-05-10 18:05:39 +09:00
parent 75f6ce1ae5
commit d8822d1091
3 changed files with 183 additions and 176 deletions

View file

@ -1,2 +1,3 @@
#!/bin/bash
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"
cspell ast/asdl_rs.py