rush-interpreter-vm 0.1.2

A rush interpreter leveraging a micro-compiler alongside a VM for its runtime
Documentation
1
2
3
4
5
src := ../../samples/test.rush
out := test

run: $(src) src
	cargo r $(src)