ezjs 0.1.1

ezjs is a simple and micro Javascript (ES5) engine is Rust.
Documentation
1
2
3
4
5
6
7
8
.DEFAULT_GOAL := test_typescript.js
SOURCES := test_typescript.ts

test_typescript.js: $(SOURCES)
	tsc --target es5 test_typescript.ts

clean:
	rm -f test_typescript.js