Make operand parsing error messages more helpful

and add a test that is supposed to exercise them all.
This commit is contained in:
Olaf Seibert
2021-03-14 20:08:31 +01:00
parent d4c0520ac1
commit 0e373a8570
8 changed files with 558 additions and 75 deletions

View File

@@ -51,6 +51,8 @@ EX_TREE *parse_expr(
EX_TREE *parse_unary_expr(
char *cp,
int undef);
int expr_ok(
EX_TREE *expr);
int parse_float(
char *cp,
char **endp,