Update script to recreate grammars
This commit is contained in:
Родитель
851fb03c5a
Коммит
a892bd940e
|
@ -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
|
Загрузка…
Ссылка в новой задаче