ecmascript 0.2.0

A rust implementation of an ECMAScript parser
{
	"compilerOptions": {
		"target": "ES5",
		"module": "commonjs",
		"noImplicitAny": false,
		"strict": true
	},
	"files": [
		"assert.ts",
		"messages.ts",
		"error-handler.ts",
		"character.ts",
		"token.ts",
		"syntax.ts",
		"scanner.ts",
		"tokenizer.ts",
		"nodes.ts",
		"parser.ts",
		"comment-handler.ts",
		"xhtml-entities.ts",
		"jsx-syntax.ts",
		"jsx-nodes.ts",
		"jsx-parser.ts",
		"esprima.ts"
	]
}