view testparse.html @ 5:ed5b563147ec

Wrote constructors for AST objects
author Mike Pavone <pavone@retrodev.com>
date Mon, 19 Mar 2012 23:06:07 -0700
parents 4a4bb90fb298
children 554602d4cbc6
line wrap: on
line source

<!DOCTYPE html>
<html style="height: 100%">
<head>
	<title>Parser Test</title>
	<script src="peg.js"></script>
	<script src="mquery.js"></script>
	<script src="parser.js"></script>
</head>
<body style="height: 100%">
	<textarea style="width: 90%; height: 50%; display: block; margin: 0 auto;"></textarea>
	<input type="button" value="Parse!" style="width: 90%;display: block; margin: 0 auto;">
	<div>
	</div>
</body>
</html>