deleted the isnil operator and added the backquote operator to mean notnil

This commit is contained in:
2012-12-19 14:11:07 +00:00
parent 092a8106b2
commit 0dc6c0863e
10 changed files with 113 additions and 92 deletions

View File

@ -91,7 +91,7 @@ enum qse_awk_unrop_type_t
QSE_AWK_UNROP_MINUS,
QSE_AWK_UNROP_LNOT,
QSE_AWK_UNROP_BNOT,
QSE_AWK_UNROP_ND
QSE_AWK_UNROP_DEF /* : in the unary operation context */
};
enum qse_awk_incop_type_t