﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1686	Unclear parse error message when missing equation	Peter Aronsson	Peter Aronsson	"When you forget to add the equation keyword for an equation section you get a strange parse error message.

model Test
  Real x;

 x = 1;
end Test;

Gives:
No viable alternative near token 'x'

It would be nice if the error message gave a hint that perhaps 'equation' was missing."	defect	closed	high	Future	Parser		wontfix		Peter Aronsson
