esprit 0.0.5

An ECMAScript parser library.
Documentation
1
2
3
4
5
6
7
all: tests.json tests-harmony.json

tests.json: tests.js
	(echo "[" && ( node tests.js | sed -e '$$s/,$$//' ) && echo "]") > tests.json

tests-harmony.json: tests-harmony.js
	(echo "[" && ( node tests-harmony.js | sed -e '$$s/,$$//' ) && echo "]") > tests-harmony.json