mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
meta: remove old scripts
This commit is contained in:
parent
47fd6a25bc
commit
a7457dd9df
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
file = $1
|
||||
|
||||
cargo run --bin trunk_rs -- $1
|
||||
rustc ./build/input.rs -O
|
@ -1,17 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -xe
|
||||
|
||||
dir=$(realpath $1)
|
||||
|
||||
cargo build --release
|
||||
|
||||
for file in $(find $dir -name "*.php")
|
||||
do
|
||||
./target/release/phpast $file
|
||||
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
break
|
||||
fi
|
||||
done
|
@ -5,8 +5,6 @@ $files = [
|
||||
__DIR__ . '/../trunk_compiler/Cargo.toml',
|
||||
__DIR__ . '/../trunk_parser/Cargo.toml',
|
||||
__DIR__ . '/../trunk_lexer/Cargo.toml',
|
||||
__DIR__ . '/../trunk_bytecode/Cargo.toml',
|
||||
__DIR__ . '/../phpast/Cargo.toml',
|
||||
];
|
||||
|
||||
$version = readline('What would you like the new version to be? ');
|
||||
|
Loading…
Reference in New Issue
Block a user