﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
96	parser should quit when syntax error encountered	Stephen Siegel	ywei	The parser does not always give up when it encounters a syntax error.  Instead it tries to build a tree anyway and proceed the best it can.   It should always throw an exception with a nice description to the user when it cannot parse a file correctly.   Someone should look at the ANTLR book to figure this out.	defect	closed	major		front	1.0	fixed	parse, syntax error	
