xo-interpreter: handle assignment expressions
This commit is contained in:
parent
9e8a0e5cf6
commit
fc2c9a5629
4 changed files with 33 additions and 2 deletions
|
|
@ -172,6 +172,9 @@ namespace xo {
|
|||
/** handle incoming '=' token **/
|
||||
virtual void on_singleassign_token(const token_type & tk,
|
||||
parserstatemachine * p_psm);
|
||||
/** handle incoming ':=' token **/
|
||||
virtual void on_assign_token(const token_type & tk,
|
||||
parserstatemachine * p_psm);
|
||||
/** handle incoming '(' token **/
|
||||
virtual void on_leftparen_token(const token_type & tk,
|
||||
parserstatemachine * p_psm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue