Mercurial > hg > octave-lyh
diff src/pt-exp.h @ 7800:5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 07 May 2008 16:33:15 +0200 |
parents | 71f068b22fcc |
children | 73c4516fae10 |
line wrap: on
line diff
--- a/src/pt-exp.h +++ b/src/pt-exp.h @@ -62,6 +62,8 @@ virtual bool is_prefix_expression (void) const { return false; } + virtual bool is_unary_expression (void) const { return false; } + virtual bool is_binary_expression (void) const { return false; } virtual bool is_boolean_expression (void) const { return false; }