Bruce Evans 27a465b033 Expand error messages: print symbol names, parentheses and shift tokens,
and negative shift counts.

Fix error messages: print "Division" instead of "Divide"; print
multiplier-like, addition-like and logical operator tokens instead of
garbage (usually the command name).

ddb has a primitive lexer with excessive information hiding that makes
it hard to find even the point in the line where a syntax error is
detected.  Old ddb just printed "Syntax error" and this was unimproved
in most places by printing a garbage token.
2016-08-28 19:33:09 +00:00
..
2015-05-23 14:59:27 +00:00
2014-10-11 20:25:19 +00:00
2016-04-20 16:19:44 +00:00
2014-10-11 20:25:19 +00:00
2015-05-23 14:59:27 +00:00
2014-10-11 20:25:19 +00:00
2015-05-23 14:59:27 +00:00
2015-05-21 15:16:18 +00:00