xo-procedure2 xo-object2: + polymorphic primitive support
This commit is contained in:
parent
4b4c69cfed
commit
e283ee0126
1 changed files with 3 additions and 0 deletions
|
|
@ -226,8 +226,11 @@ namespace xo {
|
|||
case tokentype::tk_minus:
|
||||
break;
|
||||
case tokentype::tk_star:
|
||||
#ifdef NOT_YET
|
||||
this->on_operator_token(tk, p_psm);
|
||||
return;
|
||||
#endif
|
||||
break;
|
||||
case tokentype::tk_slash:
|
||||
case tokentype::tk_cmpeq:
|
||||
case tokentype::tk_cmpne:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue