add update- compiler and add compiler

This commit is contained in:
lyon 2021-08-23 13:58:42 +08:00
parent c6c29a8bfe
commit be9217af87
2 changed files with 5 additions and 0 deletions

Binary file not shown.

5
update-compiler.sh Normal file
View File

@ -0,0 +1,5 @@
ROOT=$PWD
cd ../pikascript-compiler-rust
cargo build
cd $ROOT
cp ../pikascript-compiler-rust/target/debug/rust-msc src/package/pikascript/rust-msc-latest