Compiler errors will print useful message for user.
commit9969c5eeb35301bc24fe6629c6c7b59a5f0e1d8c
authorSteven Schronk <steven@schronk.com>
Sun, 31 Oct 2010 16:22:28 +0000 (31 11:22 -0500)
committerSteven Schronk <steven@schronk.com>
Sun, 31 Oct 2010 16:22:28 +0000 (31 11:22 -0500)
treed2b5a9a5eb43d08602db713f3dde7653c655ff7a
parentf1fec92f583e79bc28a906ca425e93237a908bfe
Compiler errors will print useful message for user.

Errors will list line, with pointer to token causing issue,
along with line number and error number.

Makefile updated to include parse module of code.
Makefile
error.c
error.h
jack.c
jack.h
parse.c
parse.h