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
|
|
@ -338,7 +338,7 @@ namespace xo {
|
|||
ContentsType contents_;
|
||||
/* accumulator for some binary function of Values.
|
||||
* must be associative, since value will be produced
|
||||
* by any testing of calls to Reduce::combine().
|
||||
* by any ordering of calls to Reduce::combine().
|
||||
*
|
||||
* e.g. {a, b, c, d} could be reduced by:
|
||||
* r(r(a,b), r(c,d))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue