Update script to recreate grammars

This commit is contained in:
Luni-4 2021-03-30 14:50:11 +02:00
Родитель 851fb03c5a
Коммит a892bd940e
2 изменённых файлов: 9 добавлений и 10 удалений

9
recreate-grammars.sh Executable file
Просмотреть файл

@ -0,0 +1,9 @@
#!/bin/bash
# Recreate all grammars
pushd enums
cargo clean && cargo run -- -lrust -o ../src/languages
popd
# Format the code
cargo fmt

Просмотреть файл

@ -1,10 +0,0 @@
#!/bin/bash
# Recreate the language
pushd enums
cargo clean
cargo run -- -lrust -o ../src/languages
popd
# Format the code
cargo fmt