Initial work towars improved error reporting. Tests currently fail.

This commit is contained in:
ridiculousfish
2013-12-08 21:54:06 -08:00
parent 5769fa6aed
commit 7a3f5afee7
9 changed files with 483 additions and 144 deletions

View File

@@ -46,7 +46,7 @@ RESOLVE(job_list)
switch (token1.type)
{
case parse_token_type_string:
// 'end' is special
// some keywords are special
switch (token1.keyword)
{
case parse_keyword_end: