main: expand the repl's capabilities to include debug + all syntactic positions
This commit is contained in:
7
test.sh
7
test.sh
@@ -1,9 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export DOUGHLANG_VERBOSE="${DOUGHLANG_VERBOSE:-0}"
|
||||
export DO_VERBOSE="${DO_VERBOSE:-0}"
|
||||
export DO_PARSING="${DO_PARSING:-expr}"
|
||||
|
||||
cargo build --release
|
||||
|
||||
for file in $(find "$@" -type f); do
|
||||
echo $file;
|
||||
cat $file | cargo run -q $CARGO_FLAGS;
|
||||
cat $file | cargo run --release -q $CARGO_FLAGS;
|
||||
echo;
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user