xo-interpreter: handle litersl strings. Broken memory model.
This commit is contained in:
parent
0355928250
commit
48232b3654
7 changed files with 82 additions and 6 deletions
|
|
@ -218,6 +218,10 @@ namespace xo {
|
|||
virtual void on_f64_token(const token_type & tk,
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
/** handle incoming string-literal token **/
|
||||
virtual void on_string_token(const token_type & tk,
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
protected:
|
||||
/** throw exception when next token is inconsistent with
|
||||
* parsing state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue