xo-interpreter: handle litersl strings. Broken memory model.
This commit is contained in:
parent
6e9349f70c
commit
cf846b2f8d
16 changed files with 234 additions and 32 deletions
|
|
@ -59,6 +59,8 @@ namespace xo {
|
|||
parserstatemachine * p_psm) override;
|
||||
virtual void on_f64_token(const token_type & tk,
|
||||
parserstatemachine * p_psm) override;
|
||||
virtual void on_string_token(const token_type & tk,
|
||||
parserstatemachine * p_psm) final override;
|
||||
|
||||
// ----- victory methods -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue