tremor-script 0.12.4

Tremor Script Interpreter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
run-eqc: compile 
	LD_LIBRARY_PATH="../target/debug:${LD_LIBRARY_PATH}" rebar3 as eqc eqc -n 1000

simple: compile
	LD_LIBRARY_PATH="../target/debug:${LD_LIBRARY_PATH}" rebar3 as eqc eqc --properties prop_simple_expr -n 1000

compile:
	cargo build -p tremor-script --features erlang-float-testing

clean:
	make -C c_src clean
	rm -rf _build
	rm -rf priv 

open-shell:
	rebar3 as eqc shell